#BCAFFF

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

Shades of Lavender Blue #BCAFFF

Tints of Lavender Blue #BCAFFF

Color information

#BCAFFF (or 0xBCAFFF) is unknown color: approx Lavender Blue. HEX triplet: BC, AF and FF. RGB value is (188,175,255). Sum of RGB (Red+Green+Blue) = 188+175+255=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFFF is #435000. Grayscale: #BBBBBB. Windows color (decimal): -4411393 or 16756668. OLE color: 16756668.

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

Color convert

RGB188175255-
CMYK0.260.3100
HSL249.75º100%84.31%-
HSV(B)249.75º31.37%100%-
XYZ54.1248.57101.13-
YUV188.01165.81128-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 255 (100% from 255) = 41.26%
R=30.42%
G=28.32%
B=41.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881752550.260.3100249.7510084.31
HexBCAFFF1A1F00fa6454
Octal274257377323700372144124
Binary1011110010101111111111111101011111001111101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFFF; }

 p { color: rgb(188,175,255); }

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

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

 a { background-color: rgb(188,175,255); }

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

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

 span { border-color: rgb(188,175,255); }

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