#BFE6EE

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

Shades of Onahau #BFE6EE

Tints of Onahau #BFE6EE

Color information

#BFE6EE (or 0xBFE6EE) is unknown color: approx Onahau. HEX triplet: BF, E6 and EE. RGB value is (191,230,238). Sum of RGB (Red+Green+Blue) = 191+230+238=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6EE is #401911. Grayscale: #DBDBDB. Windows color (decimal): -4200722 or 15656639. OLE color: 15656639.

HSL color Cylindrical-coordinate representation of color #BFE6EE: hue angle of 190.21º 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 #BFE6EE is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191230238-
CMYK0.200.0300.07
HSL190.21º58.02%84.12%-
HSV(B)190.21º19.75%93.33%-
XYZ65.2273.8491.7-
YUV219.25138.58107.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=28.98%
G=34.90%
B=36.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912302380.200.0300.07190.2158.0284.12
HexBFE6EE14307be3a54
Octal2773463562430727672124
Binary10111111111001101110111010100110111101111101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6EE; }

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

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

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

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

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

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

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

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