Html Css Color HEX #BCBBFD Lavender Blue

📋 copy color: '#BCBBFD'

red 188 ◦ green 187 ◦ blue 253

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

Shades of Lavender Blue #BCBBFD

Tints of Lavender Blue #BCBBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 29.94%
G = 29.78%
B = 40.29%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCBBFD (or 0xBCBBFD) is known color: Lavender Blue. HEX triplet: BC, BB and FD. RGB value is (188,187,253). Sum of RGB (Red+Green+Blue) = 188+187+253=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBFD is #434402. Grayscale: #C2C2C2. Windows color (decimal): -4408323 or 16628668. OLE color: 16628668.

HSL color Cylindrical-coordinate representation of color #BCBBFD: hue angle of 240.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBBFD is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 187 253 -
CMYK 0.26 0.26 0 0.01
HSL 240.91º 0.94% 0.86% -
HSV(B) 240.91º 0.26% 0.99% -
XYZ 56.24 53.32 100.26 -
YUV 194.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 188 187 253 0.26 0.26 0 0.01 240.91 0.94 0.86
Hex BC BB FD 1A 1A 0 1 F1 5E 56
Octal 274 273 375 32 32 0 1 361 136 126
Binary 10111100 10111011 11111101 11010 11010 0 1 11110001 1011110 1010110

Color Harmonies of #BCBBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBFD

Black with #BCBBFD

Text Example


Text Example

White with #BCBBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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