Html Css Color HEX #C6BFFD Lavender Blue

📋 copy color: '#C6BFFD'

red 198 ◦ green 191 ◦ blue 253

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

Shades of Lavender Blue #C6BFFD

Tints of Lavender Blue #C6BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.41%

R = 30.84%
G = 29.75%
B = 39.41%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6BFFD (or 0xC6BFFD) is known color: Lavender Blue. HEX triplet: C6, BF and FD. RGB value is (198,191,253). Sum of RGB (Red+Green+Blue) = 198+191+253=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFFD is #394002. Grayscale: #C7C7C7. Windows color (decimal): -3751939 or 16629702. OLE color: 16629702.

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

Color convert

RGB 198 191 253 -
CMYK 0.22 0.25 0 0.01
HSL 246.77º 0.94% 0.87% -
HSV(B) 246.77º 0.25% 0.99% -
XYZ 59.65 56.36 100.66 -
YUV 200.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 198 191 253 0.22 0.25 0 0.01 246.77 0.94 0.87
Hex C6 BF FD 16 19 0 1 F7 5E 57
Octal 306 277 375 26 31 0 1 367 136 127
Binary 11000110 10111111 11111101 10110 11001 0 1 11110111 1011110 1010111

Color Harmonies of #C6BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFFD

Black with #C6BFFD

Text Example


Text Example

White with #C6BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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