Html Css Color HEX #BBC1FC Lavender Blue

📋 copy color: '#BBC1FC'

red 187 ◦ green 193 ◦ blue 252

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

Shades of Lavender Blue #BBC1FC

Tints of Lavender Blue #BBC1FC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.54%

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

R = 29.59%
G = 30.54%
B = 39.87%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBC1FC (or 0xBBC1FC) is known color: Lavender Blue. HEX triplet: BB, C1 and FC. RGB value is (187,193,252). Sum of RGB (Red+Green+Blue) = 187+193+252=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1FC is #443E03. Grayscale: #C5C5C5. Windows color (decimal): -4472324 or 16564667. OLE color: 16564667.

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

Color convert

RGB 187 193 252 -
CMYK 0.26 0.23 0 0.01
HSL 234.46º 0.92% 0.86% -
HSV(B) 234.46º 0.26% 0.99% -
XYZ 57.13 55.73 99.84 -
YUV 197.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 187 193 252 0.26 0.23 0 0.01 234.46 0.92 0.86
Hex BB C1 FC 1A 17 0 1 EA 5C 56
Octal 273 301 374 32 27 0 1 352 134 126
Binary 10111011 11000001 11111100 11010 10111 0 1 11101010 1011100 1010110

Color Harmonies of #BBC1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1FC

Black with #BBC1FC

Text Example


Text Example

White with #BBC1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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