Html Css Color HEX #C2BDF3 Lavender Blue

📋 copy color: '#C2BDF3'

red 194 ◦ green 189 ◦ blue 243

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

Shades of Lavender Blue #C2BDF3

Tints of Lavender Blue #C2BDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.82%

R = 30.99%
G = 30.19%
B = 38.82%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2BDF3 (or 0xC2BDF3) is known color: Lavender Blue. HEX triplet: C2, BD and F3. RGB value is (194,189,243). Sum of RGB (Red+Green+Blue) = 194+189+243=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDF3 is #3D420C. Grayscale: #C4C4C4. Windows color (decimal): -4014605 or 15973826. OLE color: 15973826.

HSL color Cylindrical-coordinate representation of color #C2BDF3: hue angle of 245.56º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2BDF3 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 189 243 -
CMYK 0.20 0.22 0 0.05
HSL 245.56º 0.69% 0.85% -
HSV(B) 245.56º 0.22% 0.95% -
XYZ 56.62 54.34 92.3 -
YUV 196.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 194 189 243 0.20 0.22 0 0.05 245.56 0.69 0.85
Hex C2 BD F3 14 16 0 5 F6 45 55
Octal 302 275 363 24 26 0 5 366 105 125
Binary 11000010 10111101 11110011 10100 10110 0 101 11110110 1000101 1010101

Color Harmonies of #C2BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDF3

Black with #C2BDF3

Text Example


Text Example

White with #C2BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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