#BDDFE4

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

Shades of Onahau #BDDFE4

Tints of Onahau #BDDFE4

Color information

#BDDFE4 (or 0xBDDFE4) is unknown color: approx Onahau. HEX triplet: BD, DF and E4. RGB value is (189,223,228). Sum of RGB (Red+Green+Blue) = 189+223+228=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFE4 is #42201B. Grayscale: #D5D5D5. Windows color (decimal): -4333596 or 14999485. OLE color: 14999485.

HSL color Cylindrical-coordinate representation of color #BDDFE4: hue angle of 187.69º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDFE4 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189223228-
CMYK0.170.0200.11
HSL187.69º41.94%81.76%-
HSV(B)187.69º17.11%89.41%-
XYZ61.3869.283.52-
YUV213.4136.24110.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=29.53%
G=34.84%
B=35.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892232280.170.0200.11187.6941.9481.76
HexBDDFE41120Bbc2a52
Octal27533734421201327452122
Binary101111011101111111100100100011001011101111001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFE4; }

 p { color: rgb(189,223,228); }

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

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

 a { background-color: rgb(189,223,228); }

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

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

 span { border-color: rgb(189,223,228); }

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