#BDDFE5

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

Shades of Onahau #BDDFE5

Tints of Onahau #BDDFE5

Color information

#BDDFE5 (or 0xBDDFE5) is unknown color: approx Onahau. HEX triplet: BD, DF and E5. RGB value is (189,223,229). Sum of RGB (Red+Green+Blue) = 189+223+229=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFE5 is #42201A. Grayscale: #D5D5D5. Windows color (decimal): -4333595 or 15065021. OLE color: 15065021.

HSL color Cylindrical-coordinate representation of color #BDDFE5: hue angle of 189º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDFE5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189223229-
CMYK0.170.0300.10
HSL189º43.48%81.96%-
HSV(B)189º17.47%89.8%-
XYZ61.5269.2584.25-
YUV213.52136.74110.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=29.49%
G=34.79%
B=35.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892232290.170.0300.1018943.4881.96
HexBDDFE51130Abd2b52
Octal27533734521301227553122
Binary101111011101111111100101100011101010101111011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFE5; }

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

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

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

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

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

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

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

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