Html Css Color HEX #BBC5FE Lavender Blue

📋 copy color: '#BBC5FE'

red 187 ◦ green 197 ◦ blue 254

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

Shades of Lavender Blue #BBC5FE

Tints of Lavender Blue #BBC5FE

RGB

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

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

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

R = 29.31%
G = 30.88%
B = 39.81%

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

#BBC5FE (or 0xBBC5FE) is known color: Lavender Blue. HEX triplet: BB, C5 and FE. RGB value is (187,197,254). Sum of RGB (Red+Green+Blue) = 187+197+254=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5FE is #443A01. Grayscale: #C8C8C8. Windows color (decimal): -4471298 or 16696763. OLE color: 16696763.

HSL color Cylindrical-coordinate representation of color #BBC5FE: hue angle of 231.04º 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 #BBC5FE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 197 254 -
CMYK 0.26 0.22 0 0.00
HSL 231.04º 0.97% 0.86% -
HSV(B) 231.04º 0.26% 1% -
XYZ 58.35 57.65 101.82 -
YUV 200.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 187 197 254 0.26 0.22 0 0.00 231.04 0.97 0.86
Hex BB C5 FE 1A 16 0 0 E7 61 56
Octal 273 305 376 32 26 0 0 347 141 126
Binary 10111011 11000101 11111110 11010 10110 0 0 11100111 1100001 1010110

Color Harmonies of #BBC5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5FE

Black with #BBC5FE

Text Example


Text Example

White with #BBC5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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