#BFECFF

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

Shades of Onahau #BFECFF

Tints of Onahau #BFECFF

Color information

#BFECFF (or 0xBFECFF) is unknown color: approx Onahau. HEX triplet: BF, EC and FF. RGB value is (191,236,255). Sum of RGB (Red+Green+Blue) = 191+236+255=682 (90% of max value = 765). Red value is 191 (75% from 255 or 28.01% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECFF is #401300. Grayscale: #E0E0E0. Windows color (decimal): -4199169 or 16772287. OLE color: 16772287.

HSL color Cylindrical-coordinate representation of color #BFECFF: hue angle of 197.81º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFECFF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191236255-
CMYK0.250.0700
HSL197.81º100%87.45%-
HSV(B)197.81º25.1%100%-
XYZ69.5378.29106.05-
YUV224.71145.09103.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.01%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 255 (100% from 255) = 37.39%
R=28.01%
G=34.60%
B=37.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912362550.250.0700197.8110087.45
HexBFECFF19700c66457
Octal27735437731700306144127
Binary10111111111011001111111111001111001100011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECFF; }

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

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

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

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

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

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

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

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