#BDEBF4

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

Shades of Onahau #BDEBF4

Tints of Onahau #BDEBF4

Color information

#BDEBF4 (or 0xBDEBF4) is unknown color: approx Onahau. HEX triplet: BD, EB and F4. RGB value is (189,235,244). Sum of RGB (Red+Green+Blue) = 189+235+244=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBF4 is #42140B. Grayscale: #DEDEDE. Windows color (decimal): -4330508 or 16051133. OLE color: 16051133.

HSL color Cylindrical-coordinate representation of color #BDEBF4: hue angle of 189.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDEBF4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189235244-
CMYK0.230.0400.04
HSL189.82º71.43%84.9%-
HSV(B)189.82º22.54%95.69%-
XYZ67.0276.7796.87-
YUV222.27140.26104.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=28.29%
G=35.18%
B=36.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892352440.230.0400.04189.8271.4384.9
HexBDEBF417404be4755
Octal27535336427404276107125
Binary1011110111101011111101001011110001001011111010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBF4; }

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

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

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

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

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

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

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

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