#BDEBF1

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

Shades of Onahau #BDEBF1

Tints of Onahau #BDEBF1

Color information

#BDEBF1 (or 0xBDEBF1) is unknown color: approx Onahau. HEX triplet: BD, EB and F1. RGB value is (189,235,241). Sum of RGB (Red+Green+Blue) = 189+235+241=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBF1 is #42140E. Grayscale: #DDDDDD. Windows color (decimal): -4330511 or 15854525. OLE color: 15854525.

HSL color Cylindrical-coordinate representation of color #BDEBF1: hue angle of 186.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEBF1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189235241-
CMYK0.220.0200.05
HSL186.92º65%84.31%-
HSV(B)186.92º21.58%94.51%-
XYZ66.5776.5994.49-
YUV221.93138.76104.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.42%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=28.42%
G=35.34%
B=36.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892352410.220.0200.05186.926584.31
HexBDEBF116205bb4154
Octal27535336126205273101124
Binary101111011110101111110001101101001011011101110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBF1; }

 p { color: rgb(189,235,241); }

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

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

 a { background-color: rgb(189,235,241); }

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

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

 span { border-color: rgb(189,235,241); }

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