Html Css Color HEX #C5BFF1 Lavender Blue

📋 copy color: '#C5BFF1'

red 197 ◦ green 191 ◦ blue 241

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

Shades of Lavender Blue #C5BFF1

Tints of Lavender Blue #C5BFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.31%

R = 31.32%
G = 30.37%
B = 38.31%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5BFF1 (or 0xC5BFF1) is known color: Lavender Blue. HEX triplet: C5, BF and F1. RGB value is (197,191,241). Sum of RGB (Red+Green+Blue) = 197+191+241=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFF1 is #3A400E. Grayscale: #C6C6C6. Windows color (decimal): -3817487 or 15843269. OLE color: 15843269.

HSL color Cylindrical-coordinate representation of color #C5BFF1: hue angle of 247.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BFF1 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 191 241 -
CMYK 0.18 0.21 0 0.05
HSL 247.2º 0.64% 0.85% -
HSV(B) 247.2º 0.21% 0.95% -
XYZ 57.53 55.48 90.9 -
YUV 198.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 197 191 241 0.18 0.21 0 0.05 247.2 0.64 0.85
Hex C5 BF F1 12 15 0 5 F7 40 55
Octal 305 277 361 22 25 0 5 367 100 125
Binary 11000101 10111111 11110001 10010 10101 0 101 11110111 1000000 1010101

Color Harmonies of #C5BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFF1

Black with #C5BFF1

Text Example


Text Example

White with #C5BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFF1; }

 p { color: rgb(197,191,241); }

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

background-color css

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

 a { background-color: rgb(197,191,241); }

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

border-color css

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

 span { border-color: rgb(197,191,241); }

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