Html Css Color HEX #BCB7FB Lavender Blue

📋 copy color: '#BCB7FB'

red 188 ◦ green 183 ◦ blue 251

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

Shades of Lavender Blue #BCB7FB

Tints of Lavender Blue #BCB7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.42%

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

R = 30.23%
G = 29.42%
B = 40.35%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCB7FB (or 0xBCB7FB) is known color: Lavender Blue. HEX triplet: BC, B7 and FB. RGB value is (188,183,251). Sum of RGB (Red+Green+Blue) = 188+183+251=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7FB is #434804. Grayscale: #BFBFBF. Windows color (decimal): -4409349 or 16496572. OLE color: 16496572.

HSL color Cylindrical-coordinate representation of color #BCB7FB: hue angle of 244.41º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB7FB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 183 251 -
CMYK 0.25 0.27 0 0.02
HSL 244.41º 0.89% 0.85% -
HSV(B) 244.41º 0.27% 0.98% -
XYZ 55.09 51.52 98.31 -
YUV 192.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 188 183 251 0.25 0.27 0 0.02 244.41 0.89 0.85
Hex BC B7 FB 19 1B 0 2 F4 59 55
Octal 274 267 373 31 33 0 2 364 131 125
Binary 10111100 10110111 11111011 11001 11011 0 10 11110100 1011001 1010101

Color Harmonies of #BCB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7FB

Black with #BCB7FB

Text Example


Text Example

White with #BCB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7FB; }

 p { color: rgb(188,183,251); }

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

background-color css

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

 a { background-color: rgb(188,183,251); }

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

border-color css

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

 span { border-color: rgb(188,183,251); }

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