Html Css Color HEX #BBC5FA Lavender Blue

📋 copy color: '#BBC5FA'

red 187 ◦ green 197 ◦ blue 250

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

Shades of Lavender Blue #BBC5FA

Tints of Lavender Blue #BBC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.07%

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

R = 29.5%
G = 31.07%
B = 39.43%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBC5FA (or 0xBBC5FA) is known color: Lavender Blue. HEX triplet: BB, C5 and FA. RGB value is (187,197,250). Sum of RGB (Red+Green+Blue) = 187+197+250=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5FA is #443A05. Grayscale: #C7C7C7. Windows color (decimal): -4471302 or 16434619. OLE color: 16434619.

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

Color convert

RGB 187 197 250 -
CMYK 0.25 0.21 0 0.02
HSL 230.48º 0.86% 0.86% -
HSV(B) 230.48º 0.25% 0.98% -
XYZ 57.72 57.4 98.48 -
YUV 200.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 187 197 250 0.25 0.21 0 0.02 230.48 0.86 0.86
Hex BB C5 FA 19 15 0 2 E6 56 56
Octal 273 305 372 31 25 0 2 346 126 126
Binary 10111011 11000101 11111010 11001 10101 0 10 11100110 1010110 1010110

Color Harmonies of #BBC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5FA

Black with #BBC5FA

Text Example


Text Example

White with #BBC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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