Html Css Color HEX #C2B5FA Lavender Blue

📋 copy color: '#C2B5FA'

red 194 ◦ green 181 ◦ blue 250

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

Shades of Lavender Blue #C2B5FA

Tints of Lavender Blue #C2B5FA

RGB

 RED value IS 194 (76.17% from 255) = 31.04%

 GREEN value IS 181 (71.09% from 255) = 28.96%

 BLUE value IS 250 (98.05% from 255) = 40%

R = 31.04%
G = 28.96%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2B5FA (or 0xC2B5FA) is known color: Lavender Blue. HEX triplet: C2, B5 and FA. RGB value is (194,181,250). Sum of RGB (Red+Green+Blue) = 194+181+250=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B5FA is #3D4A05. Grayscale: #C0C0C0. Windows color (decimal): -4016646 or 16430530. OLE color: 16430530.

HSL color Cylindrical-coordinate representation of color #C2B5FA: hue angle of 251.3º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2B5FA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 181 250 -
CMYK 0.22 0.28 0 0.02
HSL 251.3º 0.87% 0.85% -
HSV(B) 251.3º 0.28% 0.98% -
XYZ 56.03 51.42 97.41 -
YUV 192.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 194 181 250 0.22 0.28 0 0.02 251.3 0.87 0.85
Hex C2 B5 FA 16 1C 0 2 FB 57 55
Octal 302 265 372 26 34 0 2 373 127 125
Binary 11000010 10110101 11111010 10110 11100 0 10 11111011 1010111 1010101

Color Harmonies of #C2B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B5FA

Black with #C2B5FA

Text Example


Text Example

White with #C2B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B5FA; }

 p { color: rgb(194,181,250); }

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

background-color css

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

 a { background-color: rgb(194,181,250); }

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

border-color css

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

 span { border-color: rgb(194,181,250); }

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