Html Css Color HEX #C8BDF7 Lavender Blue

📋 copy color: '#C8BDF7'

red 200 ◦ green 189 ◦ blue 247

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

Shades of Lavender Blue #C8BDF7

Tints of Lavender Blue #C8BDF7

RGB

 RED value IS 200 (78.52% from 255) = 31.45%

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

 BLUE value IS 247 (96.88% from 255) = 38.84%

R = 31.45%
G = 29.72%
B = 38.84%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C8BDF7 (or 0xC8BDF7) is known color: Lavender Blue. HEX triplet: C8, BD and F7. RGB value is (200,189,247). Sum of RGB (Red+Green+Blue) = 200+189+247=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8BDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDF7 is #374208. Grayscale: #C6C6C6. Windows color (decimal): -3621385 or 16235976. OLE color: 16235976.

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

Color convert

RGB 200 189 247 -
CMYK 0.19 0.23 0 0.03
HSL 251.38º 0.78% 0.85% -
HSV(B) 251.38º 0.23% 0.97% -
XYZ 58.81 55.39 95.59 -
YUV 198.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 200 189 247 0.19 0.23 0 0.03 251.38 0.78 0.85
Hex C8 BD F7 13 17 0 3 FB 4E 55
Octal 310 275 367 23 27 0 3 373 116 125
Binary 11001000 10111101 11110111 10011 10111 0 11 11111011 1001110 1010101

Color Harmonies of #C8BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDF7

Black with #C8BDF7

Text Example


Text Example

White with #C8BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDF7; }

 p { color: rgb(200,189,247); }

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

background-color css

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

 a { background-color: rgb(200,189,247); }

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

border-color css

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

 span { border-color: rgb(200,189,247); }

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