Html Css Color HEX #C2C5FB Lavender Blue

📋 copy color: '#C2C5FB'

red 194 ◦ green 197 ◦ blue 251

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

Shades of Lavender Blue #C2C5FB

Tints of Lavender Blue #C2C5FB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.69%

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

R = 30.22%
G = 30.69%
B = 39.1%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2C5FB (or 0xC2C5FB) is known color: Lavender Blue. HEX triplet: C2, C5 and FB. RGB value is (194,197,251). Sum of RGB (Red+Green+Blue) = 194+197+251=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C5FB is #3D3A04. Grayscale: #CACACA. Windows color (decimal): -4012549 or 16500162. OLE color: 16500162.

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

Color convert

RGB 194 197 251 -
CMYK 0.23 0.22 0 0.02
HSL 236.84º 0.88% 0.87% -
HSV(B) 236.84º 0.23% 0.98% -
XYZ 59.63 58.37 99.39 -
YUV 202.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 194 197 251 0.23 0.22 0 0.02 236.84 0.88 0.87
Hex C2 C5 FB 17 16 0 2 ED 58 57
Octal 302 305 373 27 26 0 2 355 130 127
Binary 11000010 11000101 11111011 10111 10110 0 10 11101101 1011000 1010111

Color Harmonies of #C2C5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C5FB

Black with #C2C5FB

Text Example


Text Example

White with #C2C5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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