Html Css Color HEX #C6BBFA Lavender Blue

📋 copy color: '#C6BBFA'

red 198 ◦ green 187 ◦ blue 250

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

Shades of Lavender Blue #C6BBFA

Tints of Lavender Blue #C6BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.45%

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

R = 31.18%
G = 29.45%
B = 39.37%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6BBFA (or 0xC6BBFA) is known color: Lavender Blue. HEX triplet: C6, BB and FA. RGB value is (198,187,250). Sum of RGB (Red+Green+Blue) = 198+187+250=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBFA is #394405. Grayscale: #C5C5C5. Windows color (decimal): -3752966 or 16432070. OLE color: 16432070.

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

Color convert

RGB 198 187 250 -
CMYK 0.21 0.25 0 0.02
HSL 250.48º 0.86% 0.86% -
HSV(B) 250.48º 0.25% 0.98% -
XYZ 58.31 54.45 97.88 -
YUV 197.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 198 187 250 0.21 0.25 0 0.02 250.48 0.86 0.86
Hex C6 BB FA 15 19 0 2 FA 56 56
Octal 306 273 372 25 31 0 2 372 126 126
Binary 11000110 10111011 11111010 10101 11001 0 10 11111010 1010110 1010110

Color Harmonies of #C6BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBFA

Black with #C6BBFA

Text Example


Text Example

White with #C6BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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