#BDEEF1

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

Shades of Onahau #BDEEF1

Tints of Onahau #BDEEF1

Color information

#BDEEF1 (or 0xBDEEF1) is unknown color: approx Onahau. HEX triplet: BD, EE and F1. RGB value is (189,238,241). Sum of RGB (Red+Green+Blue) = 189+238+241=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEF1 is #42110E. Grayscale: #DFDFDF. Windows color (decimal): -4329743 or 15855293. OLE color: 15855293.

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

Color convert

RGB189238241-
CMYK0.220.0100.05
HSL183.46º65%84.31%-
HSV(B)183.46º21.58%94.51%-
XYZ67.4478.3294.78-
YUV223.69137.77103.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=28.29%
G=35.63%
B=36.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892382410.220.0100.05183.466584.31
HexBDEEF116105b74154
Octal27535636126105267101124
Binary10111101111011101111000110110101011011011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEF1; }

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

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

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

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

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

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

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

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