#BFE1E6

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

Shades of Onahau #BFE1E6

Tints of Onahau #BFE1E6

Color information

#BFE1E6 (or 0xBFE1E6) is unknown color: approx Onahau. HEX triplet: BF, E1 and E6. RGB value is (191,225,230). Sum of RGB (Red+Green+Blue) = 191+225+230=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1E6 is #401E19. Grayscale: #D7D7D7. Windows color (decimal): -4202010 or 15131071. OLE color: 15131071.

HSL color Cylindrical-coordinate representation of color #BFE1E6: hue angle of 187.69º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE1E6 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191225230-
CMYK0.170.0200.10
HSL187.69º43.82%82.55%-
HSV(B)187.69º16.96%90.2%-
XYZ62.6970.6485.19-
YUV215.4136.24110.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 225 (88.28% from 255) = 34.83%
BLUE value IS 230 (90.23% from 255) = 35.60%
R=29.57%
G=34.83%
B=35.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912252300.170.0200.10187.6943.8282.55
HexBFE1E61120Abc2c53
Octal27734134621201227454123
Binary101111111110000111100110100011001010101111001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1E6; }

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

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

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

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

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

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

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

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