Html Css Color HEX #C6BAFC Lavender Blue

📋 copy color: '#C6BAFC'

red 198 ◦ green 186 ◦ blue 252

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

Shades of Lavender Blue #C6BAFC

Tints of Lavender Blue #C6BAFC

RGB

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

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

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

R = 31.13%
G = 29.25%
B = 39.62%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6BAFC (or 0xC6BAFC) is known color: Lavender Blue. HEX triplet: C6, BA and FC. RGB value is (198,186,252). Sum of RGB (Red+Green+Blue) = 198+186+252=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAFC is #394503. Grayscale: #C4C4C4. Windows color (decimal): -3753220 or 16562886. OLE color: 16562886.

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

Color convert

RGB 198 186 252 -
CMYK 0.21 0.26 0 0.01
HSL 250.91º 0.92% 0.86% -
HSV(B) 250.91º 0.26% 0.99% -
XYZ 58.42 54.15 99.47 -
YUV 197.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 198 186 252 0.21 0.26 0 0.01 250.91 0.92 0.86
Hex C6 BA FC 15 1A 0 1 FB 5C 56
Octal 306 272 374 25 32 0 1 373 134 126
Binary 11000110 10111010 11111100 10101 11010 0 1 11111011 1011100 1010110

Color Harmonies of #C6BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAFC

Black with #C6BAFC

Text Example


Text Example

White with #C6BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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