Html Css Color HEX #C7BDF8 Lavender Blue

📋 copy color: '#C7BDF8'

red 199 ◦ green 189 ◦ blue 248

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

Shades of Lavender Blue #C7BDF8

Tints of Lavender Blue #C7BDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.99%

R = 31.29%
G = 29.72%
B = 38.99%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C7BDF8 (or 0xC7BDF8) is known color: Lavender Blue. HEX triplet: C7, BD and F8. RGB value is (199,189,248). Sum of RGB (Red+Green+Blue) = 199+189+248=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #C7BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDF8 is #384207. Grayscale: #C6C6C6. Windows color (decimal): -3686920 or 16301511. OLE color: 16301511.

HSL color Cylindrical-coordinate representation of color #C7BDF8: hue angle of 250.17º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7BDF8 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 199 189 248 -
CMYK 0.20 0.24 0 0.03
HSL 250.17º 0.81% 0.86% -
HSV(B) 250.17º 0.24% 0.97% -
XYZ 58.69 55.31 96.39 -
YUV 198.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 199 189 248 0.20 0.24 0 0.03 250.17 0.81 0.86
Hex C7 BD F8 14 18 0 3 FA 51 56
Octal 307 275 370 24 30 0 3 372 121 126
Binary 11000111 10111101 11111000 10100 11000 0 11 11111010 1010001 1010110

Color Harmonies of #C7BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDF8

Black with #C7BDF8

Text Example


Text Example

White with #C7BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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