Html Css Color HEX #BFBCFC Lavender Blue

📋 copy color: '#BFBCFC'

red 191 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #BFBCFC

Tints of Lavender Blue #BFBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 30.27%
G = 29.79%
B = 39.94%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFBCFC (or 0xBFBCFC) is known color: Lavender Blue. HEX triplet: BF, BC and FC. RGB value is (191,188,252). Sum of RGB (Red+Green+Blue) = 191+188+252=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCFC is #404303. Grayscale: #C3C3C3. Windows color (decimal): -4211460 or 16563391. OLE color: 16563391.

HSL color Cylindrical-coordinate representation of color #BFBCFC: hue angle of 242.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFBCFC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 188 252 -
CMYK 0.24 0.25 0 0.01
HSL 242.81º 0.91% 0.86% -
HSV(B) 242.81º 0.25% 0.99% -
XYZ 57.04 54.07 99.53 -
YUV 196.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 191 188 252 0.24 0.25 0 0.01 242.81 0.91 0.86
Hex BF BC FC 18 19 0 1 F3 5B 56
Octal 277 274 374 30 31 0 1 363 133 126
Binary 10111111 10111100 11111100 11000 11001 0 1 11110011 1011011 1010110

Color Harmonies of #BFBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCFC

Black with #BFBCFC

Text Example


Text Example

White with #BFBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCFC; }

 p { color: rgb(191,188,252); }

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

background-color css

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

 a { background-color: rgb(191,188,252); }

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

border-color css

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

 span { border-color: rgb(191,188,252); }

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