#BDEEF0

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

Shades of Onahau #BDEEF0

Tints of Onahau #BDEEF0

Color information

#BDEEF0 (or 0xBDEEF0) is unknown color: approx Onahau. HEX triplet: BD, EE and F0. RGB value is (189,238,240). Sum of RGB (Red+Green+Blue) = 189+238+240=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEF0 is #42110F. Grayscale: #DFDFDF. Windows color (decimal): -4329744 or 15789757. OLE color: 15789757.

HSL color Cylindrical-coordinate representation of color #BDEEF0: hue angle of 182.35º degrees, saturation: 0.63, 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 #BDEEF0 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189238240-
CMYK0.210.0100.06
HSL182.35º62.96%84.12%-
HSV(B)182.35º21.25%94.12%-
XYZ67.2978.2694-
YUV223.58137.27103.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=28.34%
G=35.68%
B=35.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892382400.210.0100.06182.3562.9684.12
HexBDEEF015106b63f54
Octal2753563602510626677124
Binary1011110111101110111100001010110110101101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEF0; }

 p { color: rgb(189,238,240); }

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

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

 a { background-color: rgb(189,238,240); }

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

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

 span { border-color: rgb(189,238,240); }

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