#BDE0E6

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

Shades of Onahau #BDE0E6

Tints of Onahau #BDE0E6

Color information

#BDE0E6 (or 0xBDE0E6) is unknown color: approx Onahau. HEX triplet: BD, E0 and E6. RGB value is (189,224,230). Sum of RGB (Red+Green+Blue) = 189+224+230=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDE0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0E6 is #421F19. Grayscale: #D6D6D6. Windows color (decimal): -4333338 or 15130813. OLE color: 15130813.

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

Color convert

RGB189224230-
CMYK0.180.0300.10
HSL188.78º45.05%82.16%-
HSV(B)188.78º17.83%90.2%-
XYZ61.9269.8485.08-
YUV214.22136.9110.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 224 (87.89% from 255) = 34.84%
BLUE value IS 230 (90.23% from 255) = 35.77%
R=29.39%
G=34.84%
B=35.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892242300.180.0300.10188.7845.0582.16
HexBDE0E61230Abd2d52
Octal27534034622301227555122
Binary101111011110000011100110100101101010101111011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0E6; }

 p { color: rgb(189,224,230); }

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

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

 a { background-color: rgb(189,224,230); }

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

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

 span { border-color: rgb(189,224,230); }

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