Html Css Color HEX #BFC3FF Lavender Blue

📋 copy color: '#BFC3FF'

red 191 ◦ green 195 ◦ blue 255

#BFC3FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #BFC3FF

Tints of Lavender Blue #BFC3FF

RGB

 RED value IS 191 (75% from 255) = 29.8%

 GREEN value IS 195 (76.56% from 255) = 30.42%

 BLUE value IS 255 (100% from 255) = 39.78%

R = 29.8%
G = 30.42%
B = 39.78%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFC3FF (or 0xBFC3FF) is known color: Lavender Blue. HEX triplet: BF, C3 and FF. RGB value is (191,195,255). Sum of RGB (Red+Green+Blue) = 191+195+255=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3FF is #403C00. Grayscale: #C8C8C8. Windows color (decimal): -4209665 or 16761791. OLE color: 16761791.

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

Color convert

RGB 191 195 255 -
CMYK 0.25 0.24 0 0
HSL 236.25º 1% 0.87% -
HSV(B) 236.25º 0.25% 1% -
XYZ 59.05 57.33 102.56 -
YUV 200.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 191 195 255 0.25 0.24 0 0 236.25 1 0.87
Hex BF C3 FF 19 18 0 0 EC 64 57
Octal 277 303 377 31 30 0 0 354 144 127
Binary 10111111 11000011 11111111 11001 11000 0 0 11101100 1100100 1010111

Color Harmonies of #BFC3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3FF

Black with #BFC3FF

Text Example


Text Example

White with #BFC3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3FF; }

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

 H1.HeaderClassName
 {
   color: #BFC3FF;
 }
 .AnyTagClassName
 {
   color: #BFC3FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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