Html Css Color HEX #C2BFFD Lavender Blue

📋 copy color: '#C2BFFD'

red 194 ◦ green 191 ◦ blue 253

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

Shades of Lavender Blue #C2BFFD

Tints of Lavender Blue #C2BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 29.94%

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

R = 30.41%
G = 29.94%
B = 39.66%

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

#C2BFFD (or 0xC2BFFD) is known color: Lavender Blue. HEX triplet: C2, BF and FD. RGB value is (194,191,253). Sum of RGB (Red+Green+Blue) = 194+191+253=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFFD is #3D4002. Grayscale: #C6C6C6. Windows color (decimal): -4014083 or 16629698. OLE color: 16629698.

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

Color convert

RGB 194 191 253 -
CMYK 0.23 0.25 0 0.01
HSL 242.9º 0.94% 0.87% -
HSV(B) 242.9º 0.25% 0.99% -
XYZ 58.61 55.82 100.61 -
YUV 198.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 194 191 253 0.23 0.25 0 0.01 242.9 0.94 0.87
Hex C2 BF FD 17 19 0 1 F3 5E 57
Octal 302 277 375 27 31 0 1 363 136 127
Binary 11000010 10111111 11111101 10111 11001 0 1 11110011 1011110 1010111

Color Harmonies of #C2BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFFD

Black with #C2BFFD

Text Example


Text Example

White with #C2BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFFD; }

 p { color: rgb(194,191,253); }

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

background-color css

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

 a { background-color: rgb(194,191,253); }

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

border-color css

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

 span { border-color: rgb(194,191,253); }

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