#BDDDE7

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

Shades of Onahau #BDDDE7

Tints of Onahau #BDDDE7

Color information

#BDDDE7 (or 0xBDDDE7) is unknown color: approx Onahau. HEX triplet: BD, DD and E7. RGB value is (189,221,231). Sum of RGB (Red+Green+Blue) = 189+221+231=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDE7 is #422218. Grayscale: #D4D4D4. Windows color (decimal): -4334105 or 15195581. OLE color: 15195581.

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

Color convert

RGB189221231-
CMYK0.180.0400.09
HSL194.29º46.67%82.35%-
HSV(B)194.29º18.18%90.59%-
XYZ61.2768.385.56-
YUV212.57138.4111.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=29.49%
G=34.48%
B=36.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892212310.180.0400.09194.2946.6782.35
HexBDDDE712409c22f52
Octal27533534722401130257122
Binary1011110111011101111001111001010001001110000101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDE7; }

 p { color: rgb(189,221,231); }

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

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

 a { background-color: rgb(189,221,231); }

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

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

 span { border-color: rgb(189,221,231); }

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