Html Css Color HEX #C2BDFB Lavender Blue

📋 copy color: '#C2BDFB'

red 194 ◦ green 189 ◦ blue 251

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

Shades of Lavender Blue #C2BDFB

Tints of Lavender Blue #C2BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.81%

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

R = 30.6%
G = 29.81%
B = 39.59%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2BDFB (or 0xC2BDFB) is known color: Lavender Blue. HEX triplet: C2, BD and FB. RGB value is (194,189,251). Sum of RGB (Red+Green+Blue) = 194+189+251=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDFB is #3D4204. Grayscale: #C5C5C5. Windows color (decimal): -4014597 or 16498114. OLE color: 16498114.

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

Color convert

RGB 194 189 251 -
CMYK 0.23 0.25 0 0.02
HSL 244.84º 0.89% 0.86% -
HSV(B) 244.84º 0.25% 0.98% -
XYZ 57.86 54.83 98.8 -
YUV 197.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 194 189 251 0.23 0.25 0 0.02 244.84 0.89 0.86
Hex C2 BD FB 17 19 0 2 F5 59 56
Octal 302 275 373 27 31 0 2 365 131 126
Binary 11000010 10111101 11111011 10111 11001 0 10 11110101 1011001 1010110

Color Harmonies of #C2BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDFB

Black with #C2BDFB

Text Example


Text Example

White with #C2BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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