Html Css Color HEX #C7BCF6 Lavender Blue

📋 copy color: '#C7BCF6'

red 199 ◦ green 188 ◦ blue 246

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

Shades of Lavender Blue #C7BCF6

Tints of Lavender Blue #C7BCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.86%

R = 31.44%
G = 29.7%
B = 38.86%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C7BCF6 (or 0xC7BCF6) is known color: Lavender Blue. HEX triplet: C7, BC and F6. RGB value is (199,188,246). Sum of RGB (Red+Green+Blue) = 199+188+246=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCF6 is #384309. Grayscale: #C5C5C5. Windows color (decimal): -3687178 or 16170183. OLE color: 16170183.

HSL color Cylindrical-coordinate representation of color #C7BCF6: hue angle of 251.38º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7BCF6 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 199 188 246 -
CMYK 0.19 0.24 0 0.04
HSL 251.38º 0.76% 0.85% -
HSV(B) 251.38º 0.24% 0.96% -
XYZ 58.17 54.76 94.69 -
YUV 197.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 199 188 246 0.19 0.24 0 0.04 251.38 0.76 0.85
Hex C7 BC F6 13 18 0 4 FB 4C 55
Octal 307 274 366 23 30 0 4 373 114 125
Binary 11000111 10111100 11110110 10011 11000 0 100 11111011 1001100 1010101

Color Harmonies of #C7BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCF6

Black with #C7BCF6

Text Example


Text Example

White with #C7BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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