#BFEFF6

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

Shades of Onahau #BFEFF6

Tints of Onahau #BFEFF6

Color information

#BFEFF6 (or 0xBFEFF6) is unknown color: approx Onahau. HEX triplet: BF, EF and F6. RGB value is (191,239,246). Sum of RGB (Red+Green+Blue) = 191+239+246=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFF6 is #401009. Grayscale: #E1E1E1. Windows color (decimal): -4198410 or 16183231. OLE color: 16183231.

HSL color Cylindrical-coordinate representation of color #BFEFF6: hue angle of 187.64º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFEFF6 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191239246-
CMYK0.220.0300.04
HSL187.64º75.34%85.69%-
HSV(B)187.64º22.36%96.47%-
XYZ68.9979.4698.89-
YUV225.45139.6103.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.25%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 246 (96.48% from 255) = 36.39%
R=28.25%
G=35.36%
B=36.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912392460.220.0300.04187.6475.3485.69
HexBFEFF616304bc4b56
Octal27735736626304274113126
Binary101111111110111111110110101101101001011110010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFF6; }

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

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

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

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

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

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

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

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