Html Css Color HEX #C1BEFA Lavender Blue

📋 copy color: '#C1BEFA'

red 193 ◦ green 190 ◦ blue 250

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

Shades of Lavender Blue #C1BEFA

Tints of Lavender Blue #C1BEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.02%

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 30.49%
G = 30.02%
B = 39.49%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1BEFA (or 0xC1BEFA) is known color: Lavender Blue. HEX triplet: C1, BE and FA. RGB value is (193,190,250). Sum of RGB (Red+Green+Blue) = 193+190+250=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEFA is #3E4105. Grayscale: #C5C5C5. Windows color (decimal): -4079878 or 16432833. OLE color: 16432833.

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

Color convert

RGB 193 190 250 -
CMYK 0.23 0.24 0 0.02
HSL 243º 0.86% 0.86% -
HSV(B) 243º 0.24% 0.98% -
XYZ 57.66 55.07 98.03 -
YUV 197.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 193 190 250 0.23 0.24 0 0.02 243 0.86 0.86
Hex C1 BE FA 17 18 0 2 F3 56 56
Octal 301 276 372 27 30 0 2 363 126 126
Binary 11000001 10111110 11111010 10111 11000 0 10 11110011 1010110 1010110

Color Harmonies of #C1BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEFA

Black with #C1BEFA

Text Example


Text Example

White with #C1BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEFA; }

 p { color: rgb(193,190,250); }

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

background-color css

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

 a { background-color: rgb(193,190,250); }

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

border-color css

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

 span { border-color: rgb(193,190,250); }

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