Html Css Color HEX #BBBCFC Lavender Blue

📋 copy color: '#BBBCFC'

red 187 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #BBBCFC

Tints of Lavender Blue #BBBCFC

RGB

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

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

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

R = 29.82%
G = 29.98%
B = 40.19%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBBCFC (or 0xBBBCFC) is known color: Lavender Blue. HEX triplet: BB, BC and FC. RGB value is (187,188,252). Sum of RGB (Red+Green+Blue) = 187+188+252=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCFC is #444303. Grayscale: #C2C2C2. Windows color (decimal): -4473604 or 16563387. OLE color: 16563387.

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

Color convert

RGB 187 188 252 -
CMYK 0.26 0.25 0 0.01
HSL 239.08º 0.92% 0.86% -
HSV(B) 239.08º 0.26% 0.99% -
XYZ 56.05 53.56 99.48 -
YUV 195 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 187 188 252 0.26 0.25 0 0.01 239.08 0.92 0.86
Hex BB BC FC 1A 19 0 1 EF 5C 56
Octal 273 274 374 32 31 0 1 357 134 126
Binary 10111011 10111100 11111100 11010 11001 0 1 11101111 1011100 1010110

Color Harmonies of #BBBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCFC

Black with #BBBCFC

Text Example


Text Example

White with #BBBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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