#BFE1EF

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

Shades of Onahau #BFE1EF

Tints of Onahau #BFE1EF

Color information

#BFE1EF (or 0xBFE1EF) is unknown color: approx Onahau. HEX triplet: BF, E1 and EF. RGB value is (191,225,239). Sum of RGB (Red+Green+Blue) = 191+225+239=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1EF is #401E10. Grayscale: #D8D8D8. Windows color (decimal): -4202001 or 15720895. OLE color: 15720895.

HSL color Cylindrical-coordinate representation of color #BFE1EF: hue angle of 197.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE1EF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191225239-
CMYK0.200.0600.06
HSL197.5º60%84.31%-
HSV(B)197.5º20.08%93.73%-
XYZ63.9971.1692.02-
YUV216.43140.74109.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 225 (88.28% from 255) = 34.35%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=29.16%
G=34.35%
B=36.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912252390.200.0600.06197.56084.31
HexBFE1EF14606c63c54
Octal2773413572460630674124
Binary101111111110000111101111101001100110110001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1EF; }

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

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

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

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

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

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

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

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