#BDE6F2

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

Shades of Onahau #BDE6F2

Tints of Onahau #BDE6F2

Color information

#BDE6F2 (or 0xBDE6F2) is unknown color: approx Onahau. HEX triplet: BD, E6 and F2. RGB value is (189,230,242). Sum of RGB (Red+Green+Blue) = 189+230+242=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6F2 is #42190D. Grayscale: #DBDBDB. Windows color (decimal): -4331790 or 15918781. OLE color: 15918781.

HSL color Cylindrical-coordinate representation of color #BDE6F2: hue angle of 193.58º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE6F2 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189230242-
CMYK0.220.0500.05
HSL193.58º67.09%84.51%-
HSV(B)193.58º21.9%94.9%-
XYZ65.3173.8294.81-
YUV219.11140.92106.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 242 (94.92% from 255) = 36.61%
R=28.59%
G=34.80%
B=36.61%

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
Decimal1892302420.220.0500.05193.5867.0984.51
HexBDE6F216505c24355
Octal27534636226505302103125
Binary1011110111100110111100101011010101011100001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6F2; }

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

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

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

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

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

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

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

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