#BFE3EE

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

Shades of Onahau #BFE3EE

Tints of Onahau #BFE3EE

Color information

#BFE3EE (or 0xBFE3EE) is unknown color: approx Onahau. HEX triplet: BF, E3 and EE. RGB value is (191,227,238). Sum of RGB (Red+Green+Blue) = 191+227+238=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3EE is #401C11. Grayscale: #D9D9D9. Windows color (decimal): -4201490 or 15655871. OLE color: 15655871.

HSL color Cylindrical-coordinate representation of color #BFE3EE: hue angle of 194.04º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE3EE is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191227238-
CMYK0.200.0500.07
HSL194.04º58.02%84.12%-
HSV(B)194.04º19.75%93.33%-
XYZ64.3972.1991.43-
YUV217.49139.57109.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=29.12%
G=34.60%
B=36.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912272380.200.0500.07194.0458.0284.12
HexBFE3EE14507c23a54
Octal2773433562450730272124
Binary101111111110001111101110101001010111110000101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3EE; }

 p { color: rgb(191,227,238); }

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

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

 a { background-color: rgb(191,227,238); }

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

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

 span { border-color: rgb(191,227,238); }

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