#BDE7F1

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

Shades of Onahau #BDE7F1

Tints of Onahau #BDE7F1

Color information

#BDE7F1 (or 0xBDE7F1) is unknown color: approx Onahau. HEX triplet: BD, E7 and F1. RGB value is (189,231,241). Sum of RGB (Red+Green+Blue) = 189+231+241=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7F1 is #42180E. Grayscale: #DBDBDB. Windows color (decimal): -4331535 or 15853501. OLE color: 15853501.

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

Color convert

RGB189231241-
CMYK0.220.0400.05
HSL191.54º65%84.31%-
HSV(B)191.54º21.58%94.51%-
XYZ65.4474.3294.12-
YUV219.58140.09106.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=28.59%
G=34.95%
B=36.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892312410.220.0400.05191.546584.31
HexBDE7F116405c04154
Octal27534736126405300101124
Binary1011110111100111111100011011010001011100000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7F1; }

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

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

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

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

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

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

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

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