Html Css Color HEX #C1BDFD Lavender Blue

📋 copy color: '#C1BDFD'

red 193 ◦ green 189 ◦ blue 253

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

Shades of Lavender Blue #C1BDFD

Tints of Lavender Blue #C1BDFD

RGB

 RED value IS 193 (75.78% from 255) = 30.39%

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

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 30.39%
G = 29.76%
B = 39.84%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1BDFD (or 0xC1BDFD) is known color: Lavender Blue. HEX triplet: C1, BD and FD. RGB value is (193,189,253). Sum of RGB (Red+Green+Blue) = 193+189+253=635 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.39% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDFD is #3E4202. Grayscale: #C5C5C5. Windows color (decimal): -4080131 or 16629185. OLE color: 16629185.

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

Color convert

RGB 193 189 253 -
CMYK 0.24 0.25 0 0.01
HSL 243.75º 0.94% 0.87% -
HSV(B) 243.75º 0.25% 0.99% -
XYZ 57.92 54.82 100.46 -
YUV 197.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 193 189 253 0.24 0.25 0 0.01 243.75 0.94 0.87
Hex C1 BD FD 18 19 0 1 F4 5E 57
Octal 301 275 375 30 31 0 1 364 136 127
Binary 11000001 10111101 11111101 11000 11001 0 1 11110100 1011110 1010111

Color Harmonies of #C1BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDFD

Black with #C1BDFD

Text Example


Text Example

White with #C1BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDFD; }

 p { color: rgb(193,189,253); }

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

background-color css

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

 a { background-color: rgb(193,189,253); }

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

border-color css

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

 span { border-color: rgb(193,189,253); }

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