#BDDFEF

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

Shades of Onahau #BDDFEF

Tints of Onahau #BDDFEF

Color information

#BDDFEF (or 0xBDDFEF) is unknown color: approx Onahau. HEX triplet: BD, DF and EF. RGB value is (189,223,239). Sum of RGB (Red+Green+Blue) = 189+223+239=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFEF is #422010. Grayscale: #D6D6D6. Windows color (decimal): -4333585 or 15720381. OLE color: 15720381.

HSL color Cylindrical-coordinate representation of color #BDDFEF: hue angle of 199.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDFEF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189223239-
CMYK0.210.0700.06
HSL199.2º60.98%83.92%-
HSV(B)199.2º20.92%93.73%-
XYZ62.9569.8391.82-
YUV214.66141.74109.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=29.03%
G=34.25%
B=36.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892232390.210.0700.06199.260.9883.92
HexBDDFEF15706c73d54
Octal2753373572570630775124
Binary101111011101111111101111101011110110110001111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFEF; }

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

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

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

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

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

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

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

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