#BFEFF2

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

Shades of Onahau #BFEFF2

Tints of Onahau #BFEFF2

Color information

#BFEFF2 (or 0xBFEFF2) is unknown color: approx Onahau. HEX triplet: BF, EF and F2. RGB value is (191,239,242). Sum of RGB (Red+Green+Blue) = 191+239+242=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFF2 is #40100D. Grayscale: #E0E0E0. Windows color (decimal): -4198414 or 15921087. OLE color: 15921087.

HSL color Cylindrical-coordinate representation of color #BFEFF2: hue angle of 183.53º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEFF2 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191239242-
CMYK0.210.0100.05
HSL183.53º66.23%84.9%-
HSV(B)183.53º21.07%94.9%-
XYZ68.3879.2295.69-
YUV224.99137.6103.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 242 (94.92% from 255) = 36.01%
R=28.42%
G=35.57%
B=36.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912392420.210.0100.05183.5366.2384.9
HexBFEFF215105b84255
Octal27735736225105270102125
Binary10111111111011111111001010101101011011100010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFF2; }

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

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

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

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

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

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

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

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