Html Css Color HEX #BBBFFC Lavender Blue

📋 copy color: '#BBBFFC'

red 187 ◦ green 191 ◦ blue 252

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

Shades of Lavender Blue #BBBFFC

Tints of Lavender Blue #BBBFFC

RGB

 RED value IS 187 (73.44% from 255) = 29.68%

 GREEN value IS 191 (75% from 255) = 30.32%

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

R = 29.68%
G = 30.32%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBBFFC (or 0xBBBFFC) is known color: Lavender Blue. HEX triplet: BB, BF and FC. RGB value is (187,191,252). Sum of RGB (Red+Green+Blue) = 187+191+252=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFFC is #444003. Grayscale: #C4C4C4. Windows color (decimal): -4472836 or 16564155. OLE color: 16564155.

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

Color convert

RGB 187 191 252 -
CMYK 0.26 0.24 0 0.01
HSL 236.31º 0.92% 0.86% -
HSV(B) 236.31º 0.26% 0.99% -
XYZ 56.7 54.85 99.7 -
YUV 196.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 187 191 252 0.26 0.24 0 0.01 236.31 0.92 0.86
Hex BB BF FC 1A 18 0 1 EC 5C 56
Octal 273 277 374 32 30 0 1 354 134 126
Binary 10111011 10111111 11111100 11010 11000 0 1 11101100 1011100 1010110

Color Harmonies of #BBBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFFC

Black with #BBBFFC

Text Example


Text Example

White with #BBBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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