Html Css Color HEX #BBC4FA Lavender Blue

📋 copy color: '#BBC4FA'

red 187 ◦ green 196 ◦ blue 250

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

Shades of Lavender Blue #BBC4FA

Tints of Lavender Blue #BBC4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.96%

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

R = 29.54%
G = 30.96%
B = 39.49%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBC4FA (or 0xBBC4FA) is known color: Lavender Blue. HEX triplet: BB, C4 and FA. RGB value is (187,196,250). Sum of RGB (Red+Green+Blue) = 187+196+250=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4FA is #443B05. Grayscale: #C7C7C7. Windows color (decimal): -4471558 or 16434363. OLE color: 16434363.

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

Color convert

RGB 187 196 250 -
CMYK 0.25 0.22 0 0.02
HSL 231.43º 0.86% 0.86% -
HSV(B) 231.43º 0.25% 0.98% -
XYZ 57.49 56.95 98.4 -
YUV 199.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 187 196 250 0.25 0.22 0 0.02 231.43 0.86 0.86
Hex BB C4 FA 19 16 0 2 E7 56 56
Octal 273 304 372 31 26 0 2 347 126 126
Binary 10111011 11000100 11111010 11001 10110 0 10 11100111 1010110 1010110

Color Harmonies of #BBC4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4FA

Black with #BBC4FA

Text Example


Text Example

White with #BBC4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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