Html Css Color HEX #C2B5FB Lavender Blue

📋 copy color: '#C2B5FB'

red 194 ◦ green 181 ◦ blue 251

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

Shades of Lavender Blue #C2B5FB

Tints of Lavender Blue #C2B5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.1%

R = 30.99%
G = 28.91%
B = 40.1%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2B5FB (or 0xC2B5FB) is known color: Lavender Blue. HEX triplet: C2, B5 and FB. RGB value is (194,181,251). Sum of RGB (Red+Green+Blue) = 194+181+251=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B5FB is #3D4A04. Grayscale: #C0C0C0. Windows color (decimal): -4016645 or 16496066. OLE color: 16496066.

HSL color Cylindrical-coordinate representation of color #C2B5FB: hue angle of 251.14º degrees, saturation: 0.9, 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 #C2B5FB is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 181 251 -
CMYK 0.23 0.28 0 0.02
HSL 251.14º 0.9% 0.85% -
HSV(B) 251.14º 0.28% 0.98% -
XYZ 56.18 51.48 98.24 -
YUV 192.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 194 181 251 0.23 0.28 0 0.02 251.14 0.9 0.85
Hex C2 B5 FB 17 1C 0 2 FB 5A 55
Octal 302 265 373 27 34 0 2 373 132 125
Binary 11000010 10110101 11111011 10111 11100 0 10 11111011 1011010 1010101

Color Harmonies of #C2B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B5FB

Black with #C2B5FB

Text Example


Text Example

White with #C2B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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