Html Css Color HEX #C1BDFB Lavender Blue

📋 copy color: '#C1BDFB'

red 193 ◦ green 189 ◦ blue 251

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

Shades of Lavender Blue #C1BDFB

Tints of Lavender Blue #C1BDFB

RGB

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

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

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

R = 30.49%
G = 29.86%
B = 39.65%

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

#C1BDFB (or 0xC1BDFB) is known color: Lavender Blue. HEX triplet: C1, BD and FB. RGB value is (193,189,251). Sum of RGB (Red+Green+Blue) = 193+189+251=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDFB is #3E4204. Grayscale: #C5C5C5. Windows color (decimal): -4080133 or 16498113. OLE color: 16498113.

HSL color Cylindrical-coordinate representation of color #C1BDFB: hue angle of 243.87º 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 #C1BDFB is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 189 251 -
CMYK 0.23 0.25 0 0.02
HSL 243.87º 0.89% 0.86% -
HSV(B) 243.87º 0.25% 0.98% -
XYZ 57.6 54.7 98.79 -
YUV 197.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 193 189 251 0.23 0.25 0 0.02 243.87 0.89 0.86
Hex C1 BD FB 17 19 0 2 F4 59 56
Octal 301 275 373 27 31 0 2 364 131 126
Binary 11000001 10111101 11111011 10111 11001 0 10 11110100 1011001 1010110

Color Harmonies of #C1BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDFB

Black with #C1BDFB

Text Example


Text Example

White with #C1BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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