#BFE1E8

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

Shades of Onahau #BFE1E8

Tints of Onahau #BFE1E8

Color information

#BFE1E8 (or 0xBFE1E8) is unknown color: approx Onahau. HEX triplet: BF, E1 and E8. RGB value is (191,225,232). Sum of RGB (Red+Green+Blue) = 191+225+232=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFE1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1E8 is #401E17. Grayscale: #D7D7D7. Windows color (decimal): -4202008 or 15262143. OLE color: 15262143.

HSL color Cylindrical-coordinate representation of color #BFE1E8: hue angle of 190.24º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE1E8 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191225232-
CMYK0.180.0300.09
HSL190.24º47.13%82.94%-
HSV(B)190.24º17.67%90.98%-
XYZ62.9870.7586.68-
YUV215.63137.24110.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 225 (88.28% from 255) = 34.72%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=29.48%
G=34.72%
B=35.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912252320.180.0300.09190.2447.1382.94
HexBFE1E812309be2f53
Octal27734135022301127657123
Binary101111111110000111101000100101101001101111101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1E8; }

 p { color: rgb(191,225,232); }

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

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

 a { background-color: rgb(191,225,232); }

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

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

 span { border-color: rgb(191,225,232); }

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