Html Css Color HEX #BBC1FB Lavender Blue

📋 copy color: '#BBC1FB'

red 187 ◦ green 193 ◦ blue 251

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

Shades of Lavender Blue #BBC1FB

Tints of Lavender Blue #BBC1FB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.59%

 BLUE value IS 251 (98.44% from 255) = 39.78%

R = 29.64%
G = 30.59%
B = 39.78%

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

#BBC1FB (or 0xBBC1FB) is known color: Lavender Blue. HEX triplet: BB, C1 and FB. RGB value is (187,193,251). Sum of RGB (Red+Green+Blue) = 187+193+251=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1FB is #443E04. Grayscale: #C5C5C5. Windows color (decimal): -4472325 or 16499131. OLE color: 16499131.

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

Color convert

RGB 187 193 251 -
CMYK 0.25 0.23 0 0.02
HSL 234.38º 0.89% 0.86% -
HSV(B) 234.38º 0.25% 0.98% -
XYZ 56.98 55.67 99.01 -
YUV 197.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 187 193 251 0.25 0.23 0 0.02 234.38 0.89 0.86
Hex BB C1 FB 19 17 0 2 EA 59 56
Octal 273 301 373 31 27 0 2 352 131 126
Binary 10111011 11000001 11111011 11001 10111 0 10 11101010 1011001 1010110

Color Harmonies of #BBC1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1FB

Black with #BBC1FB

Text Example


Text Example

White with #BBC1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1FB; }

 p { color: rgb(187,193,251); }

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

background-color css

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

 a { background-color: rgb(187,193,251); }

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

border-color css

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

 span { border-color: rgb(187,193,251); }

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