Html Css Color HEX #C8BDF6 Lavender Blue

📋 copy color: '#C8BDF6'

red 200 ◦ green 189 ◦ blue 246

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

Shades of Lavender Blue #C8BDF6

Tints of Lavender Blue #C8BDF6

RGB

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

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

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

R = 31.5%
G = 29.76%
B = 38.74%

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

#C8BDF6 (or 0xC8BDF6) is known color: Lavender Blue. HEX triplet: C8, BD and F6. RGB value is (200,189,246). Sum of RGB (Red+Green+Blue) = 200+189+246=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8BDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDF6 is #374209. Grayscale: #C6C6C6. Windows color (decimal): -3621386 or 16170440. OLE color: 16170440.

HSL color Cylindrical-coordinate representation of color #C8BDF6: hue angle of 251.58º 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 #C8BDF6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 189 246 -
CMYK 0.19 0.23 0 0.04
HSL 251.58º 0.76% 0.85% -
HSV(B) 251.58º 0.23% 0.96% -
XYZ 58.65 55.33 94.78 -
YUV 198.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 200 189 246 0.19 0.23 0 0.04 251.58 0.76 0.85
Hex C8 BD F6 13 17 0 4 FC 4C 55
Octal 310 275 366 23 27 0 4 374 114 125
Binary 11001000 10111101 11110110 10011 10111 0 100 11111100 1001100 1010101

Color Harmonies of #C8BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDF6

Black with #C8BDF6

Text Example


Text Example

White with #C8BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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