Html Css Color HEX #BCC7FF Lavender Blue

📋 copy color: '#BCC7FF'

red 188 ◦ green 199 ◦ blue 255

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

Shades of Lavender Blue #BCC7FF

Tints of Lavender Blue #BCC7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 29.28%
G = 31%
B = 39.72%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCC7FF (or 0xBCC7FF) is known color: Lavender Blue. HEX triplet: BC, C7 and FF. RGB value is (188,199,255). Sum of RGB (Red+Green+Blue) = 188+199+255=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7FF is #433800. Grayscale: #C9C9C9. Windows color (decimal): -4405249 or 16762812. OLE color: 16762812.

HSL color Cylindrical-coordinate representation of color #BCC7FF: hue angle of 230.15º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC7FF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 199 255 -
CMYK 0.26 0.22 0 0
HSL 230.15º 1% 0.87% -
HSV(B) 230.15º 0.26% 1% -
XYZ 59.21 58.76 102.83 -
YUV 202.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 188 199 255 0.26 0.22 0 0 230.15 1 0.87
Hex BC C7 FF 1A 16 0 0 E6 64 57
Octal 274 307 377 32 26 0 0 346 144 127
Binary 10111100 11000111 11111111 11010 10110 0 0 11100110 1100100 1010111

Color Harmonies of #BCC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7FF

Black with #BCC7FF

Text Example


Text Example

White with #BCC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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