Html Css Color HEX #BBC0FA Lavender Blue

📋 copy color: '#BBC0FA'

red 187 ◦ green 192 ◦ blue 250

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

Shades of Lavender Blue #BBC0FA

Tints of Lavender Blue #BBC0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.52%

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

R = 29.73%
G = 30.52%
B = 39.75%

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

#BBC0FA (or 0xBBC0FA) is known color: Lavender Blue. HEX triplet: BB, C0 and FA. RGB value is (187,192,250). Sum of RGB (Red+Green+Blue) = 187+192+250=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0FA is #443F05. Grayscale: #C4C4C4. Windows color (decimal): -4472582 or 16433339. OLE color: 16433339.

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

Color convert

RGB 187 192 250 -
CMYK 0.25 0.23 0 0.02
HSL 235.24º 0.86% 0.86% -
HSV(B) 235.24º 0.25% 0.98% -
XYZ 56.6 55.17 98.11 -
YUV 197.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 187 192 250 0.25 0.23 0 0.02 235.24 0.86 0.86
Hex BB C0 FA 19 17 0 2 EB 56 56
Octal 273 300 372 31 27 0 2 353 126 126
Binary 10111011 11000000 11111010 11001 10111 0 10 11101011 1010110 1010110

Color Harmonies of #BBC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0FA

Black with #BBC0FA

Text Example


Text Example

White with #BBC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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