#BDE2F0

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

Shades of Onahau #BDE2F0

Tints of Onahau #BDE2F0

Color information

#BDE2F0 (or 0xBDE2F0) is unknown color: approx Onahau. HEX triplet: BD, E2 and F0. RGB value is (189,226,240). Sum of RGB (Red+Green+Blue) = 189+226+240=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2F0 is #421D0F. Grayscale: #D8D8D8. Windows color (decimal): -4332816 or 15786685. OLE color: 15786685.

HSL color Cylindrical-coordinate representation of color #BDE2F0: hue angle of 196.47º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE2F0 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189226240-
CMYK0.210.0600.06
HSL196.47º62.96%84.12%-
HSV(B)196.47º21.25%94.12%-
XYZ63.9171.592.87-
YUV216.53141.24108.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 226 (88.67% from 255) = 34.50%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=28.85%
G=34.50%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892262400.210.0600.06196.4762.9684.12
HexBDE2F015606c43f54
Octal2753423602560630477124
Binary101111011110001011110000101011100110110001001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2F0; }

 p { color: rgb(189,226,240); }

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

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

 a { background-color: rgb(189,226,240); }

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

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

 span { border-color: rgb(189,226,240); }

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