#BFECF0

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

Shades of Onahau #BFECF0

Tints of Onahau #BFECF0

Color information

#BFECF0 (or 0xBFECF0) is unknown color: approx Onahau. HEX triplet: BF, EC and F0. RGB value is (191,236,240). Sum of RGB (Red+Green+Blue) = 191+236+240=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECF0 is #40130F. Grayscale: #DEDEDE. Windows color (decimal): -4199184 or 15789247. OLE color: 15789247.

HSL color Cylindrical-coordinate representation of color #BFECF0: hue angle of 184.9º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFECF0 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191236240-
CMYK0.200.0200.06
HSL184.9º62.03%84.51%-
HSV(B)184.9º20.42%94.12%-
XYZ67.2177.3693.83-
YUV223137.59105.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=28.64%
G=35.38%
B=35.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912362400.200.0200.06184.962.0384.51
HexBFECF014206b93e55
Octal2773543602420627176125
Binary10111111111011001111000010100100110101110011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECF0; }

 p { color: rgb(191,236,240); }

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

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

 a { background-color: rgb(191,236,240); }

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

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

 span { border-color: rgb(191,236,240); }

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