Html Css Color HEX #C6BAFA Lavender Blue

📋 copy color: '#C6BAFA'

red 198 ◦ green 186 ◦ blue 250

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

Shades of Lavender Blue #C6BAFA

Tints of Lavender Blue #C6BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.34%

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

R = 31.23%
G = 29.34%
B = 39.43%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6BAFA (or 0xC6BAFA) is known color: Lavender Blue. HEX triplet: C6, BA and FA. RGB value is (198,186,250). Sum of RGB (Red+Green+Blue) = 198+186+250=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAFA is #394505. Grayscale: #C4C4C4. Windows color (decimal): -3753222 or 16431814. OLE color: 16431814.

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

Color convert

RGB 198 186 250 -
CMYK 0.21 0.26 0 0.02
HSL 251.25º 0.86% 0.85% -
HSV(B) 251.25º 0.26% 0.98% -
XYZ 58.1 54.03 97.81 -
YUV 196.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 198 186 250 0.21 0.26 0 0.02 251.25 0.86 0.85
Hex C6 BA FA 15 1A 0 2 FB 56 55
Octal 306 272 372 25 32 0 2 373 126 125
Binary 11000110 10111010 11111010 10101 11010 0 10 11111011 1010110 1010101

Color Harmonies of #C6BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAFA

Black with #C6BAFA

Text Example


Text Example

White with #C6BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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