Html Css Color HEX #C3BEFE Lavender Blue

📋 copy color: '#C3BEFE'

red 195 ◦ green 190 ◦ blue 254

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

Shades of Lavender Blue #C3BEFE

Tints of Lavender Blue #C3BEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 30.52%
G = 29.73%
B = 39.75%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3BEFE (or 0xC3BEFE) is known color: Lavender Blue. HEX triplet: C3, BE and FE. RGB value is (195,190,254). Sum of RGB (Red+Green+Blue) = 195+190+254=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEFE is #3C4101. Grayscale: #C6C6C6. Windows color (decimal): -3948802 or 16694979. OLE color: 16694979.

HSL color Cylindrical-coordinate representation of color #C3BEFE: hue angle of 244.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3BEFE is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 190 254 -
CMYK 0.23 0.25 0 0.00
HSL 244.69º 0.97% 0.87% -
HSV(B) 244.69º 0.25% 1% -
XYZ 58.81 55.58 101.4 -
YUV 198.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 195 190 254 0.23 0.25 0 0.00 244.69 0.97 0.87
Hex C3 BE FE 17 19 0 0 F5 61 57
Octal 303 276 376 27 31 0 0 365 141 127
Binary 11000011 10111110 11111110 10111 11001 0 0 11110101 1100001 1010111

Color Harmonies of #C3BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEFE

Black with #C3BEFE

Text Example


Text Example

White with #C3BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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