Html Css Color HEX #BBC6FE Lavender Blue

📋 copy color: '#BBC6FE'

red 187 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #BBC6FE

Tints of Lavender Blue #BBC6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 29.26%
G = 30.99%
B = 39.75%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBC6FE (or 0xBBC6FE) is known color: Lavender Blue. HEX triplet: BB, C6 and FE. RGB value is (187,198,254). Sum of RGB (Red+Green+Blue) = 187+198+254=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6FE is #443901. Grayscale: #C8C8C8. Windows color (decimal): -4471042 or 16697019. OLE color: 16697019.

HSL color Cylindrical-coordinate representation of color #BBC6FE: hue angle of 230.15º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC6FE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 198 254 -
CMYK 0.26 0.22 0 0.00
HSL 230.15º 0.97% 0.86% -
HSV(B) 230.15º 0.26% 1% -
XYZ 58.58 58.11 101.89 -
YUV 201.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 187 198 254 0.26 0.22 0 0.00 230.15 0.97 0.86
Hex BB C6 FE 1A 16 0 0 E6 61 56
Octal 273 306 376 32 26 0 0 346 141 126
Binary 10111011 11000110 11111110 11010 10110 0 0 11100110 1100001 1010110

Color Harmonies of #BBC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6FE

Black with #BBC6FE

Text Example


Text Example

White with #BBC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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