Html Css Color HEX #C2BDFC Lavender Blue

📋 copy color: '#C2BDFC'

red 194 ◦ green 189 ◦ blue 252

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

Shades of Lavender Blue #C2BDFC

Tints of Lavender Blue #C2BDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.69%

R = 30.55%
G = 29.76%
B = 39.69%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2BDFC (or 0xC2BDFC) is known color: Lavender Blue. HEX triplet: C2, BD and FC. RGB value is (194,189,252). Sum of RGB (Red+Green+Blue) = 194+189+252=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDFC is #3D4203. Grayscale: #C5C5C5. Windows color (decimal): -4014596 or 16563650. OLE color: 16563650.

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

Color convert

RGB 194 189 252 -
CMYK 0.23 0.25 0 0.01
HSL 244.76º 0.91% 0.86% -
HSV(B) 244.76º 0.25% 0.99% -
XYZ 58.02 54.89 99.63 -
YUV 197.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 194 189 252 0.23 0.25 0 0.01 244.76 0.91 0.86
Hex C2 BD FC 17 19 0 1 F5 5B 56
Octal 302 275 374 27 31 0 1 365 133 126
Binary 11000010 10111101 11111100 10111 11001 0 1 11110101 1011011 1010110

Color Harmonies of #C2BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDFC

Black with #C2BDFC

Text Example


Text Example

White with #C2BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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