#BFE5E9

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

Shades of Onahau #BFE5E9

Tints of Onahau #BFE5E9

Color information

#BFE5E9 (or 0xBFE5E9) is unknown color: approx Onahau. HEX triplet: BF, E5 and E9. RGB value is (191,229,233). Sum of RGB (Red+Green+Blue) = 191+229+233=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5E9 is #401A16. Grayscale: #DADADA. Windows color (decimal): -4200983 or 15328703. OLE color: 15328703.

HSL color Cylindrical-coordinate representation of color #BFE5E9: hue angle of 185.71º degrees, saturation: 0.49, 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 #BFE5E9 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191229233-
CMYK0.180.0200.09
HSL185.71º48.84%83.14%-
HSV(B)185.71º18.03%91.37%-
XYZ64.217387.8-
YUV218.09136.41108.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.25%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=29.25%
G=35.07%
B=35.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912292330.180.0200.09185.7148.8483.14
HexBFE5E912209ba3153
Octal27734535122201127261123
Binary101111111110010111101001100101001001101110101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5E9; }

 p { color: rgb(191,229,233); }

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

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

 a { background-color: rgb(191,229,233); }

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

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

 span { border-color: rgb(191,229,233); }

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