Html Css Color HEX #C5B9FA Lavender Blue

📋 copy color: '#C5B9FA'

red 197 ◦ green 185 ◦ blue 250

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

Shades of Lavender Blue #C5B9FA

Tints of Lavender Blue #C5B9FA

RGB

 RED value IS 197 (77.34% from 255) = 31.17%

 GREEN value IS 185 (72.66% from 255) = 29.27%

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

R = 31.17%
G = 29.27%
B = 39.56%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5B9FA (or 0xC5B9FA) is known color: Lavender Blue. HEX triplet: C5, B9 and FA. RGB value is (197,185,250). Sum of RGB (Red+Green+Blue) = 197+185+250=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9FA is #3A4605. Grayscale: #C3C3C3. Windows color (decimal): -3819014 or 16431557. OLE color: 16431557.

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

Color convert

RGB 197 185 250 -
CMYK 0.21 0.26 0 0.02
HSL 251.08º 0.87% 0.85% -
HSV(B) 251.08º 0.26% 0.98% -
XYZ 57.63 53.47 97.73 -
YUV 196 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 197 185 250 0.21 0.26 0 0.02 251.08 0.87 0.85
Hex C5 B9 FA 15 1A 0 2 FB 57 55
Octal 305 271 372 25 32 0 2 373 127 125
Binary 11000101 10111001 11111010 10101 11010 0 10 11111011 1010111 1010101

Color Harmonies of #C5B9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B9FA

Black with #C5B9FA

Text Example


Text Example

White with #C5B9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B9FA; }

 p { color: rgb(197,185,250); }

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

background-color css

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

 a { background-color: rgb(197,185,250); }

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

border-color css

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

 span { border-color: rgb(197,185,250); }

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