#BDE6F1

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

Shades of Onahau #BDE6F1

Tints of Onahau #BDE6F1

Color information

#BDE6F1 (or 0xBDE6F1) is unknown color: approx Onahau. HEX triplet: BD, E6 and F1. RGB value is (189,230,241). Sum of RGB (Red+Green+Blue) = 189+230+241=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6F1 is #42190E. Grayscale: #DADADA. Windows color (decimal): -4331791 or 15853245. OLE color: 15853245.

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

Color convert

RGB189230241-
CMYK0.220.0500.05
HSL192.69º65%84.31%-
HSV(B)192.69º21.58%94.51%-
XYZ65.1673.7694.02-
YUV218.99140.42106.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 230 (90.23% from 255) = 34.85%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=28.64%
G=34.85%
B=36.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892302410.220.0500.05192.696584.31
HexBDE6F116505c14154
Octal27534636126505301101124
Binary1011110111100110111100011011010101011100000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6F1; }

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

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

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

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

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

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

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

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