Html Css Color HEX #C8BDF5 Lavender Blue

📋 copy color: '#C8BDF5'

red 200 ◦ green 189 ◦ blue 245

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

Shades of Lavender Blue #C8BDF5

Tints of Lavender Blue #C8BDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.64%

R = 31.55%
G = 29.81%
B = 38.64%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C8BDF5 (or 0xC8BDF5) is known color: Lavender Blue. HEX triplet: C8, BD and F5. RGB value is (200,189,245). Sum of RGB (Red+Green+Blue) = 200+189+245=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #C8BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDF5 is #37420A. Grayscale: #C6C6C6. Windows color (decimal): -3621387 or 16104904. OLE color: 16104904.

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

Color convert

RGB 200 189 245 -
CMYK 0.18 0.23 0 0.04
HSL 251.79º 0.74% 0.85% -
HSV(B) 251.79º 0.23% 0.96% -
XYZ 58.5 55.27 93.97 -
YUV 198.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 200 189 245 0.18 0.23 0 0.04 251.79 0.74 0.85
Hex C8 BD F5 12 17 0 4 FC 4A 55
Octal 310 275 365 22 27 0 4 374 112 125
Binary 11001000 10111101 11110101 10010 10111 0 100 11111100 1001010 1010101

Color Harmonies of #C8BDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDF5

Black with #C8BDF5

Text Example


Text Example

White with #C8BDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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