Html Css Color HEX #C7BCFF Lavender Blue

📋 copy color: '#C7BCFF'

red 199 ◦ green 188 ◦ blue 255

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

Shades of Lavender Blue #C7BCFF

Tints of Lavender Blue #C7BCFF

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7BCFF (or 0xC7BCFF) is known color: Lavender Blue. HEX triplet: C7, BC and FF. RGB value is (199,188,255). Sum of RGB (Red+Green+Blue) = 199+188+255=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 188 (73.83% from 255 or 29.28% 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 #C7BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCFF is #384300. Grayscale: #C6C6C6. Windows color (decimal): -3687169 or 16760007. OLE color: 16760007.

HSL color Cylindrical-coordinate representation of color #C7BCFF: hue angle of 249.85º 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 #C7BCFF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 188 255 -
CMYK 0.22 0.26 0 0
HSL 249.85º 1% 0.87% -
HSV(B) 249.85º 0.26% 1% -
XYZ 59.59 55.33 102.15 -
YUV 198.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 199 188 255 0.22 0.26 0 0 249.85 1 0.87
Hex C7 BC FF 16 1A 0 0 FA 64 57
Octal 307 274 377 26 32 0 0 372 144 127
Binary 11000111 10111100 11111111 10110 11010 0 0 11111010 1100100 1010111

Color Harmonies of #C7BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCFF

Black with #C7BCFF

Text Example


Text Example

White with #C7BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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