#BDE5F2

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

Shades of Onahau #BDE5F2

Tints of Onahau #BDE5F2

Color information

#BDE5F2 (or 0xBDE5F2) is unknown color: approx Onahau. HEX triplet: BD, E5 and F2. RGB value is (189,229,242). Sum of RGB (Red+Green+Blue) = 189+229+242=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5F2 is #421A0D. Grayscale: #DADADA. Windows color (decimal): -4332046 or 15918525. OLE color: 15918525.

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

Color convert

RGB189229242-
CMYK0.220.0500.05
HSL194.72º67.09%84.51%-
HSV(B)194.72º21.9%94.9%-
XYZ65.0373.2794.72-
YUV218.52141.25106.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 229 (89.84% from 255) = 34.70%
BLUE value IS 242 (94.92% from 255) = 36.67%
R=28.64%
G=34.70%
B=36.67%

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
Decimal1892292420.220.0500.05194.7267.0984.51
HexBDE5F216505c34355
Octal27534536226505303103125
Binary1011110111100101111100101011010101011100001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE5F2; }

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

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

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

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

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

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

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

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