#BFE6EF

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

Shades of Onahau #BFE6EF

Tints of Onahau #BFE6EF

Color information

#BFE6EF (or 0xBFE6EF) is unknown color: approx Onahau. HEX triplet: BF, E6 and EF. RGB value is (191,230,239). Sum of RGB (Red+Green+Blue) = 191+230+239=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6EF is #401910. Grayscale: #DBDBDB. Windows color (decimal): -4200721 or 15722175. OLE color: 15722175.

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

Color convert

RGB191230239-
CMYK0.200.0400.06
HSL191.25º60%84.31%-
HSV(B)191.25º20.08%93.73%-
XYZ65.3673.992.48-
YUV219.36139.08107.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 230 (90.23% from 255) = 34.85%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=28.94%
G=34.85%
B=36.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912302390.200.0400.06191.256084.31
HexBFE6EF14406bf3c54
Octal2773463572440627774124
Binary101111111110011011101111101001000110101111111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6EF; }

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

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

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

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

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

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

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

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