Html Css Color HEX #C6BFFF Lavender Blue

📋 copy color: '#C6BFFF'

red 198 ◦ green 191 ◦ blue 255

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

Shades of Lavender Blue #C6BFFF

Tints of Lavender Blue #C6BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 29.66%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 30.75%
G = 29.66%
B = 39.6%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6BFFF (or 0xC6BFFF) is known color: Lavender Blue. HEX triplet: C6, BF and FF. RGB value is (198,191,255). Sum of RGB (Red+Green+Blue) = 198+191+255=644 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.75% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFFF is #394000. Grayscale: #C8C8C8. Windows color (decimal): -3751937 or 16760774. OLE color: 16760774.

HSL color Cylindrical-coordinate representation of color #C6BFFF: hue angle of 246.56º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6BFFF is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 191 255 -
CMYK 0.22 0.25 0 0
HSL 246.56º 1% 0.87% -
HSV(B) 246.56º 0.25% 1% -
XYZ 59.97 56.49 102.35 -
YUV 200.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 198 191 255 0.22 0.25 0 0 246.56 1 0.87
Hex C6 BF FF 16 19 0 0 F7 64 57
Octal 306 277 377 26 31 0 0 367 144 127
Binary 11000110 10111111 11111111 10110 11001 0 0 11110111 1100100 1010111

Color Harmonies of #C6BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFFF

Black with #C6BFFF

Text Example


Text Example

White with #C6BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFFF; }

 p { color: rgb(198,191,255); }

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

background-color css

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

 a { background-color: rgb(198,191,255); }

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

border-color css

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

 span { border-color: rgb(198,191,255); }

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