Html Css Color HEX #C7BCFC Lavender Blue

📋 copy color: '#C7BCFC'

red 199 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #C7BCFC

Tints of Lavender Blue #C7BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.44%

R = 31.14%
G = 29.42%
B = 39.44%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C7BCFC (or 0xC7BCFC) is known color: Lavender Blue. HEX triplet: C7, BC and FC. RGB value is (199,188,252). Sum of RGB (Red+Green+Blue) = 199+188+252=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCFC is #384303. Grayscale: #C6C6C6. Windows color (decimal): -3687172 or 16563399. OLE color: 16563399.

HSL color Cylindrical-coordinate representation of color #C7BCFC: hue angle of 250.31º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7BCFC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 188 252 -
CMYK 0.21 0.25 0 0.01
HSL 250.31º 0.91% 0.86% -
HSV(B) 250.31º 0.25% 0.99% -
XYZ 59.11 55.14 99.62 -
YUV 198.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 199 188 252 0.21 0.25 0 0.01 250.31 0.91 0.86
Hex C7 BC FC 15 19 0 1 FA 5B 56
Octal 307 274 374 25 31 0 1 372 133 126
Binary 11000111 10111100 11111100 10101 11001 0 1 11111010 1011011 1010110

Color Harmonies of #C7BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCFC

Black with #C7BCFC

Text Example


Text Example

White with #C7BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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