Html Css Color HEX #BCC7FB Lavender Blue

📋 copy color: '#BCC7FB'

red 188 ◦ green 199 ◦ blue 251

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

Shades of Lavender Blue #BCC7FB

Tints of Lavender Blue #BCC7FB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.19%

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

R = 29.47%
G = 31.19%
B = 39.34%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCC7FB (or 0xBCC7FB) is known color: Lavender Blue. HEX triplet: BC, C7 and FB. RGB value is (188,199,251). Sum of RGB (Red+Green+Blue) = 188+199+251=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7FB is #433804. Grayscale: #C9C9C9. Windows color (decimal): -4405253 or 16500668. OLE color: 16500668.

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

Color convert

RGB 188 199 251 -
CMYK 0.25 0.21 0 0.02
HSL 229.52º 0.89% 0.86% -
HSV(B) 229.52º 0.25% 0.98% -
XYZ 58.58 58.5 99.47 -
YUV 201.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 188 199 251 0.25 0.21 0 0.02 229.52 0.89 0.86
Hex BC C7 FB 19 15 0 2 E6 59 56
Octal 274 307 373 31 25 0 2 346 131 126
Binary 10111100 11000111 11111011 11001 10101 0 10 11100110 1011001 1010110

Color Harmonies of #BCC7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7FB

Black with #BCC7FB

Text Example


Text Example

White with #BCC7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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