#BDE1F2

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

Shades of Onahau #BDE1F2

Tints of Onahau #BDE1F2

Color information

#BDE1F2 (or 0xBDE1F2) is unknown color: approx Onahau. HEX triplet: BD, E1 and F2. RGB value is (189,225,242). Sum of RGB (Red+Green+Blue) = 189+225+242=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1F2 is #421E0D. Grayscale: #D8D8D8. Windows color (decimal): -4333070 or 15917501. OLE color: 15917501.

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

Color convert

RGB189225242-
CMYK0.220.0700.05
HSL199.25º67.09%84.51%-
HSV(B)199.25º21.9%94.9%-
XYZ63.9471.0894.35-
YUV216.17142.57108.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 225 (88.28% from 255) = 34.30%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=28.81%
G=34.30%
B=36.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892252420.220.0700.05199.2567.0984.51
HexBDE1F216705c74355
Octal27534136226705307103125
Binary1011110111100001111100101011011101011100011110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1F2; }

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

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

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

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

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

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

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

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