#BDEAF1

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

Shades of Onahau #BDEAF1

Tints of Onahau #BDEAF1

Color information

#BDEAF1 (or 0xBDEAF1) is unknown color: approx Onahau. HEX triplet: BD, EA and F1. RGB value is (189,234,241). Sum of RGB (Red+Green+Blue) = 189+234+241=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF1 is #42150E. Grayscale: #DDDDDD. Windows color (decimal): -4330767 or 15854269. OLE color: 15854269.

HSL color Cylindrical-coordinate representation of color #BDEAF1: hue angle of 188.08º 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 #BDEAF1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189234241-
CMYK0.220.0300.05
HSL188.08º65%84.31%-
HSV(B)188.08º21.58%94.51%-
XYZ66.2976.0294.4-
YUV221.34139.09104.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.46%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=28.46%
G=35.24%
B=36.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892342410.220.0300.05188.086584.31
HexBDEAF116305bc4154
Octal27535236126305274101124
Binary101111011110101011110001101101101011011110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAF1; }

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

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

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

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

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

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

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

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