Html Css Color HEX #C1BFE4 Lavender Grey

📋 copy color: '#C1BFE4'

red 193 ◦ green 191 ◦ blue 228

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

Shades of Lavender Grey #C1BFE4

Tints of Lavender Grey #C1BFE4

RGB

 RED value IS 193 (75.78% from 255) = 31.54%

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

 BLUE value IS 228 (89.45% from 255) = 37.25%

R = 31.54%
G = 31.21%
B = 37.25%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C1BFE4 (or 0xC1BFE4) is known color: Lavender Grey. HEX triplet: C1, BF and E4. RGB value is (193,191,228). Sum of RGB (Red+Green+Blue) = 193+191+228=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #C1BFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFE4 is #3E401B. Grayscale: #C3C3C3. Windows color (decimal): -4079644 or 14991297. OLE color: 14991297.

HSL color Cylindrical-coordinate representation of color #C1BFE4: hue angle of 243.24º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BFE4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 191 228 -
CMYK 0.15 0.16 0 0.11
HSL 243.24º 0.41% 0.82% -
HSV(B) 243.24º 0.16% 0.89% -
XYZ 54.63 54.2 80.98 -
YUV 195.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 193 191 228 0.15 0.16 0 0.11 243.24 0.41 0.82
Hex C1 BF E4 F 10 0 B F3 29 52
Octal 301 277 344 17 20 0 13 363 51 122
Binary 11000001 10111111 11100100 1111 10000 0 1011 11110011 101001 1010010

Color Harmonies of #C1BFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BFE4

Black with #C1BFE4

Text Example


Text Example

White with #C1BFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BFE4; }

 p { color: rgb(193,191,228); }

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

background-color css

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

 a { background-color: rgb(193,191,228); }

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

border-color css

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

 span { border-color: rgb(193,191,228); }

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