#BDDFED

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

Shades of Onahau #BDDFED

Tints of Onahau #BDDFED

Color information

#BDDFED (or 0xBDDFED) is unknown color: approx Onahau. HEX triplet: BD, DF and ED. RGB value is (189,223,237). Sum of RGB (Red+Green+Blue) = 189+223+237=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFED is #422012. Grayscale: #D6D6D6. Windows color (decimal): -4333587 or 15589309. OLE color: 15589309.

HSL color Cylindrical-coordinate representation of color #BDDFED: hue angle of 197.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDFED is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189223237-
CMYK0.200.0600.07
HSL197.5º57.14%83.53%-
HSV(B)197.5º20.25%92.94%-
XYZ62.6669.7190.27-
YUV214.43140.74109.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=29.12%
G=34.36%
B=36.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892232370.200.0600.07197.557.1483.53
HexBDDFED14607c63954
Octal2753373552460730671124
Binary101111011101111111101101101001100111110001101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFED; }

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

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

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

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

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

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

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

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