Html Css Color HEX #C5BCFF Lavender Blue

📋 copy color: '#C5BCFF'

red 197 ◦ green 188 ◦ blue 255

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

Shades of Lavender Blue #C5BCFF

Tints of Lavender Blue #C5BCFF

RGB

 RED value IS 197 (77.34% from 255) = 30.78%

 GREEN value IS 188 (73.83% from 255) = 29.38%

 BLUE value IS 255 (100% from 255) = 39.84%

R = 30.78%
G = 29.38%
B = 39.84%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5BCFF (or 0xC5BCFF) is known color: Lavender Blue. HEX triplet: C5, BC and FF. RGB value is (197,188,255). Sum of RGB (Red+Green+Blue) = 197+188+255=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFF is #3A4300. Grayscale: #C6C6C6. Windows color (decimal): -3818241 or 16760005. OLE color: 16760005.

HSL color Cylindrical-coordinate representation of color #C5BCFF: hue angle of 248.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5BCFF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 188 255 -
CMYK 0.23 0.26 0 0
HSL 248.06º 1% 0.87% -
HSV(B) 248.06º 0.26% 1% -
XYZ 59.06 55.06 102.12 -
YUV 198.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 197 188 255 0.23 0.26 0 0 248.06 1 0.87
Hex C5 BC FF 17 1A 0 0 F8 64 57
Octal 305 274 377 27 32 0 0 370 144 127
Binary 11000101 10111100 11111111 10111 11010 0 0 11111000 1100100 1010111

Color Harmonies of #C5BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCFF

Black with #C5BCFF

Text Example


Text Example

White with #C5BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCFF; }

 p { color: rgb(197,188,255); }

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

background-color css

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

 a { background-color: rgb(197,188,255); }

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

border-color css

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

 span { border-color: rgb(197,188,255); }

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