Html Css Color HEX #BCBBF2 Lavender Blue

📋 copy color: '#BCBBF2'

red 188 ◦ green 187 ◦ blue 242

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

Shades of Lavender Blue #BCBBF2

Tints of Lavender Blue #BCBBF2

RGB

 RED value IS 188 (73.83% from 255) = 30.47%

 GREEN value IS 187 (73.44% from 255) = 30.31%

 BLUE value IS 242 (94.92% from 255) = 39.22%

R = 30.47%
G = 30.31%
B = 39.22%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCBBF2 (or 0xBCBBF2) is known color: Lavender Blue. HEX triplet: BC, BB and F2. RGB value is (188,187,242). Sum of RGB (Red+Green+Blue) = 188+187+242=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBF2 is #43440D. Grayscale: #C1C1C1. Windows color (decimal): -4408334 or 15907772. OLE color: 15907772.

HSL color Cylindrical-coordinate representation of color #BCBBF2: hue angle of 241.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBBF2 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 187 242 -
CMYK 0.22 0.23 0 0.05
HSL 241.09º 0.68% 0.84% -
HSV(B) 241.09º 0.23% 0.95% -
XYZ 54.54 52.64 91.29 -
YUV 193.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 188 187 242 0.22 0.23 0 0.05 241.09 0.68 0.84
Hex BC BB F2 16 17 0 5 F1 44 54
Octal 274 273 362 26 27 0 5 361 104 124
Binary 10111100 10111011 11110010 10110 10111 0 101 11110001 1000100 1010100

Color Harmonies of #BCBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBF2

Black with #BCBBF2

Text Example


Text Example

White with #BCBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBF2; }

 p { color: rgb(188,187,242); }

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

background-color css

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

 a { background-color: rgb(188,187,242); }

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

border-color css

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

 span { border-color: rgb(188,187,242); }

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