Html Css Color HEX #C6BDFA Lavender Blue

📋 copy color: '#C6BDFA'

red 198 ◦ green 189 ◦ blue 250

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

Shades of Lavender Blue #C6BDFA

Tints of Lavender Blue #C6BDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 31.08%
G = 29.67%
B = 39.25%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6BDFA (or 0xC6BDFA) is known color: Lavender Blue. HEX triplet: C6, BD and FA. RGB value is (198,189,250). Sum of RGB (Red+Green+Blue) = 198+189+250=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDFA is #394205. Grayscale: #C6C6C6. Windows color (decimal): -3752454 or 16432582. OLE color: 16432582.

HSL color Cylindrical-coordinate representation of color #C6BDFA: hue angle of 248.85º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6BDFA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 189 250 -
CMYK 0.21 0.24 0 0.02
HSL 248.85º 0.86% 0.86% -
HSV(B) 248.85º 0.24% 0.98% -
XYZ 58.74 55.3 98.02 -
YUV 198.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 198 189 250 0.21 0.24 0 0.02 248.85 0.86 0.86
Hex C6 BD FA 15 18 0 2 F9 56 56
Octal 306 275 372 25 30 0 2 371 126 126
Binary 11000110 10111101 11111010 10101 11000 0 10 11111001 1010110 1010110

Color Harmonies of #C6BDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDFA

Black with #C6BDFA

Text Example


Text Example

White with #C6BDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDFA; }

 p { color: rgb(198,189,250); }

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

background-color css

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

 a { background-color: rgb(198,189,250); }

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

border-color css

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

 span { border-color: rgb(198,189,250); }

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