Html Css Color HEX #C6BCFB Lavender Blue

📋 copy color: '#C6BCFB'

red 198 ◦ green 188 ◦ blue 251

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

Shades of Lavender Blue #C6BCFB

Tints of Lavender Blue #C6BCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.4%

R = 31.08%
G = 29.51%
B = 39.4%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6BCFB (or 0xC6BCFB) is known color: Lavender Blue. HEX triplet: C6, BC and FB. RGB value is (198,188,251). Sum of RGB (Red+Green+Blue) = 198+188+251=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCFB is #394304. Grayscale: #C5C5C5. Windows color (decimal): -3752709 or 16497862. OLE color: 16497862.

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

Color convert

RGB 198 188 251 -
CMYK 0.21 0.25 0 0.02
HSL 249.52º 0.89% 0.86% -
HSV(B) 249.52º 0.25% 0.98% -
XYZ 58.68 54.94 98.78 -
YUV 198.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 198 188 251 0.21 0.25 0 0.02 249.52 0.89 0.86
Hex C6 BC FB 15 19 0 2 FA 59 56
Octal 306 274 373 25 31 0 2 372 131 126
Binary 11000110 10111100 11111011 10101 11001 0 10 11111010 1011001 1010110

Color Harmonies of #C6BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCFB

Black with #C6BCFB

Text Example


Text Example

White with #C6BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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