#BEDDE8

Color #BEDDE8 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BEDDE8

Tints of Onahau #BEDDE8

Color information

#BEDDE8 (or 0xBEDDE8) is unknown color: approx Onahau. HEX triplet: BE, DD and E8. RGB value is (190,221,232). Sum of RGB (Red+Green+Blue) = 190+221+232=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDE8 is #412217. Grayscale: #D4D4D4. Windows color (decimal): -4268568 or 15261118. OLE color: 15261118.

HSL color Cylindrical-coordinate representation of color #BEDDE8: hue angle of 195.71º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEDDE8 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190221232-
CMYK0.180.0500.09
HSL195.71º47.73%82.75%-
HSV(B)195.71º18.1%90.98%-
XYZ61.6668.4986.31-
YUV212.98138.73111.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 232 (91.02% from 255) = 36.08%
R=29.55%
G=34.37%
B=36.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902212320.180.0500.09195.7147.7382.75
HexBEDDE812509c43053
Octal27633535022501130460123
Binary1011111011011101111010001001010101001110001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDE8; }

 p { color: rgb(190,221,232); }

 H1.HeaderClassName
 {
   color: #BEDDE8;
 }
 .AnyTagClassName
 {
   color: #BEDDE8;
 }
</style>
background-color css

<style>
 a { background-color: #BEDDE8; }

 a { background-color: rgb(190,221,232); }

 div.DivClassName
 {
   background-color: #BEDDE8;
 }
 .BgClassName
 {
   background-color: #BEDDE8;
 }
</style>
border-color css

<style>
 span { border-color: #BEDDE8; }

 span { border-color: rgb(190,221,232); }

 td.TdClassName
 {
   border-color: #BEDDE8;
 }
 .TagClassName
 {
   border-color: #BEDDE8;
 }
</style>