Html Css Color HEX #BBC6FA Lavender Blue

📋 copy color: '#BBC6FA'

red 187 ◦ green 198 ◦ blue 250

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

Shades of Lavender Blue #BBC6FA

Tints of Lavender Blue #BBC6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.18%

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

R = 29.45%
G = 31.18%
B = 39.37%

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

#BBC6FA (or 0xBBC6FA) is known color: Lavender Blue. HEX triplet: BB, C6 and FA. RGB value is (187,198,250). Sum of RGB (Red+Green+Blue) = 187+198+250=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6FA is #443905. Grayscale: #C8C8C8. Windows color (decimal): -4471046 or 16434875. OLE color: 16434875.

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

Color convert

RGB 187 198 250 -
CMYK 0.25 0.21 0 0.02
HSL 229.52º 0.86% 0.86% -
HSV(B) 229.52º 0.25% 0.98% -
XYZ 57.94 57.86 98.56 -
YUV 200.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 187 198 250 0.25 0.21 0 0.02 229.52 0.86 0.86
Hex BB C6 FA 19 15 0 2 E6 56 56
Octal 273 306 372 31 25 0 2 346 126 126
Binary 10111011 11000110 11111010 11001 10101 0 10 11100110 1010110 1010110

Color Harmonies of #BBC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6FA

Black with #BBC6FA

Text Example


Text Example

White with #BBC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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