Html Css Color HEX #C6BFFC Lavender Blue

📋 copy color: '#C6BFFC'

red 198 ◦ green 191 ◦ blue 252

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

Shades of Lavender Blue #C6BFFC

Tints of Lavender Blue #C6BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.31%

R = 30.89%
G = 29.8%
B = 39.31%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6BFFC (or 0xC6BFFC) is known color: Lavender Blue. HEX triplet: C6, BF and FC. RGB value is (198,191,252). Sum of RGB (Red+Green+Blue) = 198+191+252=641 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.89% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFFC is #394003. Grayscale: #C7C7C7. Windows color (decimal): -3751940 or 16564166. OLE color: 16564166.

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

Color convert

RGB 198 191 252 -
CMYK 0.21 0.24 0 0.01
HSL 246.89º 0.91% 0.87% -
HSV(B) 246.89º 0.24% 0.99% -
XYZ 59.49 56.3 99.83 -
YUV 200.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 198 191 252 0.21 0.24 0 0.01 246.89 0.91 0.87
Hex C6 BF FC 15 18 0 1 F7 5B 57
Octal 306 277 374 25 30 0 1 367 133 127
Binary 11000110 10111111 11111100 10101 11000 0 1 11110111 1011011 1010111

Color Harmonies of #C6BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFFC

Black with #C6BFFC

Text Example


Text Example

White with #C6BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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