#BFC9FF

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

Shades of Lavender Blue #BFC9FF

Tints of Lavender Blue #BFC9FF

Color information

#BFC9FF (or 0xBFC9FF) is unknown color: approx Lavender Blue. HEX triplet: BF, C9 and FF. RGB value is (191,201,255). Sum of RGB (Red+Green+Blue) = 191+201+255=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9FF is #403600. Grayscale: #CBCBCB. Windows color (decimal): -4208129 or 16763327. OLE color: 16763327.

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

Color convert

RGB191201255-
CMYK0.250.2100
HSL230.62º100%87.45%-
HSV(B)230.62º25.1%100%-
XYZ60.4260.07103.02-
YUV204.17156.69118.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 201 (78.91% from 255) = 31.07%
BLUE value IS 255 (100% from 255) = 39.41%
R=29.52%
G=31.07%
B=39.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912012550.250.2100230.6210087.45
HexBFC9FF191500e76457
Octal277311377312500347144127
Binary1011111111001001111111111100110101001110011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9FF; }

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

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

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

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

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

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

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

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