#BFECFC

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

Shades of Onahau #BFECFC

Tints of Onahau #BFECFC

Color information

#BFECFC (or 0xBFECFC) is unknown color: approx Onahau. HEX triplet: BF, EC and FC. RGB value is (191,236,252). Sum of RGB (Red+Green+Blue) = 191+236+252=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECFC is #401303. Grayscale: #E0E0E0. Windows color (decimal): -4199172 or 16575679. OLE color: 16575679.

HSL color Cylindrical-coordinate representation of color #BFECFC: hue angle of 195.74º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFECFC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191236252-
CMYK0.240.0600.01
HSL195.74º91.04%86.86%-
HSV(B)195.74º24.21%98.82%-
XYZ69.0578.1103.53-
YUV224.37143.59104.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.13%
GREEN value IS 236 (92.58% from 255) = 34.76%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=28.13%
G=34.76%
B=37.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912362520.240.0600.01195.7491.0486.86
HexBFECFC18601c45b57
Octal27735437430601304133127
Binary10111111111011001111110011000110011100010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECFC; }

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

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

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

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

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

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

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

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