Html Css Color HEX #C3BFF2 Lavender Blue

📋 copy color: '#C3BFF2'

red 195 ◦ green 191 ◦ blue 242

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

Shades of Lavender Blue #C3BFF2

Tints of Lavender Blue #C3BFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.54%

R = 31.05%
G = 30.41%
B = 38.54%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3BFF2 (or 0xC3BFF2) is known color: Lavender Blue. HEX triplet: C3, BF and F2. RGB value is (195,191,242). Sum of RGB (Red+Green+Blue) = 195+191+242=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFF2 is #3C400D. Grayscale: #C5C5C5. Windows color (decimal): -3948558 or 15908803. OLE color: 15908803.

HSL color Cylindrical-coordinate representation of color #C3BFF2: hue angle of 244.71º degrees, saturation: 0.66, 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 #C3BFF2 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 191 242 -
CMYK 0.19 0.21 0 0.05
HSL 244.71º 0.66% 0.85% -
HSV(B) 244.71º 0.21% 0.95% -
XYZ 57.16 55.27 91.66 -
YUV 198.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 195 191 242 0.19 0.21 0 0.05 244.71 0.66 0.85
Hex C3 BF F2 13 15 0 5 F5 42 55
Octal 303 277 362 23 25 0 5 365 102 125
Binary 11000011 10111111 11110010 10011 10101 0 101 11110101 1000010 1010101

Color Harmonies of #C3BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFF2

Black with #C3BFF2

Text Example


Text Example

White with #C3BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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