Html Css Color HEX #C3BFEE Lavender Grey

📋 copy color: '#C3BFEE'

red 195 ◦ green 191 ◦ blue 238

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

Shades of Lavender Grey #C3BFEE

Tints of Lavender Grey #C3BFEE

RGB

 RED value IS 195 (76.56% from 255) = 31.25%

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

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 31.25%
G = 30.61%
B = 38.14%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3BFEE (or 0xC3BFEE) is known color: Lavender Grey. HEX triplet: C3, BF and EE. RGB value is (195,191,238). Sum of RGB (Red+Green+Blue) = 195+191+238=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFEE is #3C4011. Grayscale: #C5C5C5. Windows color (decimal): -3948562 or 15646659. OLE color: 15646659.

HSL color Cylindrical-coordinate representation of color #C3BFEE: hue angle of 245.11º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BFEE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 191 238 -
CMYK 0.18 0.20 0 0.07
HSL 245.11º 0.58% 0.84% -
HSV(B) 245.11º 0.2% 0.93% -
XYZ 56.57 55.04 88.53 -
YUV 197.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 195 191 238 0.18 0.20 0 0.07 245.11 0.58 0.84
Hex C3 BF EE 12 14 0 7 F5 3A 54
Octal 303 277 356 22 24 0 7 365 72 124
Binary 11000011 10111111 11101110 10010 10100 0 111 11110101 111010 1010100

Color Harmonies of #C3BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFEE

Black with #C3BFEE

Text Example


Text Example

White with #C3BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFEE; }

 p { color: rgb(195,191,238); }

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

background-color css

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

 a { background-color: rgb(195,191,238); }

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

border-color css

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

 span { border-color: rgb(195,191,238); }

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