#BFC8FF

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

Shades of Lavender Blue #BFC8FF

Tints of Lavender Blue #BFC8FF

Color information

#BFC8FF (or 0xBFC8FF) is unknown color: approx Lavender Blue. HEX triplet: BF, C8 and FF. RGB value is (191,200,255). Sum of RGB (Red+Green+Blue) = 191+200+255=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8FF is #403700. Grayscale: #CBCBCB. Windows color (decimal): -4208385 or 16763071. OLE color: 16763071.

HSL color Cylindrical-coordinate representation of color #BFC8FF: hue angle of 231.56º 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 #BFC8FF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191200255-
CMYK0.250.2200
HSL231.56º100%87.45%-
HSV(B)231.56º25.1%100%-
XYZ60.1959.6102.94-
YUV203.58157.02119.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 200 (78.52% from 255) = 30.96%
BLUE value IS 255 (100% from 255) = 39.47%
R=29.57%
G=30.96%
B=39.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912002550.250.2200231.5610087.45
HexBFC8FF191600e86457
Octal277310377312600350144127
Binary1011111111001000111111111100110110001110100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8FF; }

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

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

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

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

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

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

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

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