Html Css Color HEX #BBC1FA Lavender Blue

📋 copy color: '#BBC1FA'

red 187 ◦ green 193 ◦ blue 250

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

Shades of Lavender Blue #BBC1FA

Tints of Lavender Blue #BBC1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 29.68%
G = 30.63%
B = 39.68%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBC1FA (or 0xBBC1FA) is known color: Lavender Blue. HEX triplet: BB, C1 and FA. RGB value is (187,193,250). Sum of RGB (Red+Green+Blue) = 187+193+250=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1FA is #443E05. Grayscale: #C5C5C5. Windows color (decimal): -4472326 or 16433595. OLE color: 16433595.

HSL color Cylindrical-coordinate representation of color #BBC1FA: hue angle of 234.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC1FA is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 193 250 -
CMYK 0.25 0.23 0 0.02
HSL 234.29º 0.86% 0.86% -
HSV(B) 234.29º 0.25% 0.98% -
XYZ 56.82 55.61 98.18 -
YUV 197.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 187 193 250 0.25 0.23 0 0.02 234.29 0.86 0.86
Hex BB C1 FA 19 17 0 2 EA 56 56
Octal 273 301 372 31 27 0 2 352 126 126
Binary 10111011 11000001 11111010 11001 10111 0 10 11101010 1010110 1010110

Color Harmonies of #BBC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1FA

Black with #BBC1FA

Text Example


Text Example

White with #BBC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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