#BFE1EA

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

Shades of Onahau #BFE1EA

Tints of Onahau #BFE1EA

Color information

#BFE1EA (or 0xBFE1EA) is unknown color: approx Onahau. HEX triplet: BF, E1 and EA. RGB value is (191,225,234). Sum of RGB (Red+Green+Blue) = 191+225+234=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1EA is #401E15. Grayscale: #D7D7D7. Windows color (decimal): -4202006 or 15393215. OLE color: 15393215.

HSL color Cylindrical-coordinate representation of color #BFE1EA: hue angle of 192.56º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE1EA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191225234-
CMYK0.180.0400.08
HSL192.56º50.59%83.33%-
HSV(B)192.56º18.38%91.76%-
XYZ63.2670.8788.19-
YUV215.86138.24110.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 234 (91.80% from 255) = 36%
R=29.38%
G=34.62%
B=36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912252340.180.0400.08192.5650.5983.33
HexBFE1EA12408c13353
Octal27734135222401030163123
Binary1011111111100001111010101001010001000110000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1EA; }

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

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

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

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

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

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

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

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