Html Css Color HEX #C3BEF4 Lavender Blue

📋 copy color: '#C3BEF4'

red 195 ◦ green 190 ◦ blue 244

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

Shades of Lavender Blue #C3BEF4

Tints of Lavender Blue #C3BEF4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.21%

 BLUE value IS 244 (95.7% from 255) = 38.79%

R = 31%
G = 30.21%
B = 38.79%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C3BEF4 (or 0xC3BEF4) is known color: Lavender Blue. HEX triplet: C3, BE and F4. RGB value is (195,190,244). Sum of RGB (Red+Green+Blue) = 195+190+244=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 244 (95.70% from 255 or 38.79% from 629); Max value from RGB is 244 - color contains mainly: blue. Hex color #C3BEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEF4 is #3C410B. Grayscale: #C5C5C5. Windows color (decimal): -3948812 or 16039619. OLE color: 16039619.

HSL color Cylindrical-coordinate representation of color #C3BEF4: hue angle of 245.56º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3BEF4 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 190 244 -
CMYK 0.20 0.22 0 0.04
HSL 245.56º 0.71% 0.85% -
HSV(B) 245.56º 0.22% 0.96% -
XYZ 57.25 54.96 93.18 -
YUV 197.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 195 190 244 0.20 0.22 0 0.04 245.56 0.71 0.85
Hex C3 BE F4 14 16 0 4 F6 47 55
Octal 303 276 364 24 26 0 4 366 107 125
Binary 11000011 10111110 11110100 10100 10110 0 100 11110110 1000111 1010101

Color Harmonies of #C3BEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEF4

Black with #C3BEF4

Text Example


Text Example

White with #C3BEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEF4; }

 p { color: rgb(195,190,244); }

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

background-color css

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

 a { background-color: rgb(195,190,244); }

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

border-color css

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

 span { border-color: rgb(195,190,244); }

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