Html Css Color HEX #C7BDF6 Lavender Blue

📋 copy color: '#C7BDF6'

red 199 ◦ green 189 ◦ blue 246

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

Shades of Lavender Blue #C7BDF6

Tints of Lavender Blue #C7BDF6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.81%

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

R = 31.39%
G = 29.81%
B = 38.8%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C7BDF6 (or 0xC7BDF6) is known color: Lavender Blue. HEX triplet: C7, BD and F6. RGB value is (199,189,246). Sum of RGB (Red+Green+Blue) = 199+189+246=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7BDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDF6 is #384209. Grayscale: #C6C6C6. Windows color (decimal): -3686922 or 16170439. OLE color: 16170439.

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

Color convert

RGB 199 189 246 -
CMYK 0.19 0.23 0 0.04
HSL 250.53º 0.76% 0.85% -
HSV(B) 250.53º 0.23% 0.96% -
XYZ 58.39 55.19 94.76 -
YUV 198.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 199 189 246 0.19 0.23 0 0.04 250.53 0.76 0.85
Hex C7 BD F6 13 17 0 4 FB 4C 55
Octal 307 275 366 23 27 0 4 373 114 125
Binary 11000111 10111101 11110110 10011 10111 0 100 11111011 1001100 1010101

Color Harmonies of #C7BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDF6

Black with #C7BDF6

Text Example


Text Example

White with #C7BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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