#BDE8F1

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

Shades of Onahau #BDE8F1

Tints of Onahau #BDE8F1

Color information

#BDE8F1 (or 0xBDE8F1) is unknown color: approx Onahau. HEX triplet: BD, E8 and F1. RGB value is (189,232,241). Sum of RGB (Red+Green+Blue) = 189+232+241=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8F1 is #42170E. Grayscale: #DCDCDC. Windows color (decimal): -4331279 or 15853757. OLE color: 15853757.

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

Color convert

RGB189232241-
CMYK0.220.0400.05
HSL190.38º65%84.31%-
HSV(B)190.38º21.58%94.51%-
XYZ65.7274.8894.21-
YUV220.17139.75105.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.55%
GREEN value IS 232 (91.02% from 255) = 35.05%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=28.55%
G=35.05%
B=36.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892322410.220.0400.05190.386584.31
HexBDE8F116405be4154
Octal27535036126405276101124
Binary1011110111101000111100011011010001011011111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8F1; }

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

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

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

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

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

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

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

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