#BCAFFE

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

Shades of Lavender Blue #BCAFFE

Tints of Lavender Blue #BCAFFE

Color information

#BCAFFE (or 0xBCAFFE) is unknown color: approx Lavender Blue. HEX triplet: BC, AF and FE. RGB value is (188,175,254). Sum of RGB (Red+Green+Blue) = 188+175+254=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFFE is #435001. Grayscale: #BBBBBB. Windows color (decimal): -4411394 or 16691132. OLE color: 16691132.

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

Color convert

RGB188175254-
CMYK0.260.3100.00
HSL249.87º97.53%84.12%-
HSV(B)249.87º31.1%99.61%-
XYZ53.9648.51100.28-
YUV187.89165.31128.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=30.47%
G=28.36%
B=41.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881752540.260.3100.00249.8797.5384.12
HexBCAFFE1A1F00fa6254
Octal274257376323700372142124
Binary1011110010101111111111101101011111001111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFFE; }

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

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

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

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

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

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

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

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