Html Css Color HEX #C6BCF5 Lavender Blue

📋 copy color: '#C6BCF5'

red 198 ◦ green 188 ◦ blue 245

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

Shades of Lavender Blue #C6BCF5

Tints of Lavender Blue #C6BCF5

RGB

 RED value IS 198 (77.73% from 255) = 31.38%

 GREEN value IS 188 (73.83% from 255) = 29.79%

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

R = 31.38%
G = 29.79%
B = 38.83%

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

#C6BCF5 (or 0xC6BCF5) is known color: Lavender Blue. HEX triplet: C6, BC and F5. RGB value is (198,188,245). Sum of RGB (Red+Green+Blue) = 198+188+245=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #C6BCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCF5 is #39430A. Grayscale: #C5C5C5. Windows color (decimal): -3752715 or 16104646. OLE color: 16104646.

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

Color convert

RGB 198 188 245 -
CMYK 0.19 0.23 0 0.04
HSL 250.53º 0.74% 0.85% -
HSV(B) 250.53º 0.23% 0.96% -
XYZ 57.75 54.56 93.87 -
YUV 197.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 198 188 245 0.19 0.23 0 0.04 250.53 0.74 0.85
Hex C6 BC F5 13 17 0 4 FB 4A 55
Octal 306 274 365 23 27 0 4 373 112 125
Binary 11000110 10111100 11110101 10011 10111 0 100 11111011 1001010 1010101

Color Harmonies of #C6BCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCF5

Black with #C6BCF5

Text Example


Text Example

White with #C6BCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCF5; }

 p { color: rgb(198,188,245); }

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

background-color css

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

 a { background-color: rgb(198,188,245); }

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

border-color css

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

 span { border-color: rgb(198,188,245); }

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