Html Css Color HEX #C2BFEF Lavender Blue

📋 copy color: '#C2BFEF'

red 194 ◦ green 191 ◦ blue 239

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

Shades of Lavender Blue #C2BFEF

Tints of Lavender Blue #C2BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 31.09%
G = 30.61%
B = 38.3%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2BFEF (or 0xC2BFEF) is known color: Lavender Blue. HEX triplet: C2, BF and EF. RGB value is (194,191,239). Sum of RGB (Red+Green+Blue) = 194+191+239=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFEF is #3D4010. Grayscale: #C5C5C5. Windows color (decimal): -4014097 or 15712194. OLE color: 15712194.

HSL color Cylindrical-coordinate representation of color #C2BFEF: hue angle of 243.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BFEF is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 191 239 -
CMYK 0.19 0.20 0 0.06
HSL 243.75º 0.6% 0.84% -
HSV(B) 243.75º 0.2% 0.94% -
XYZ 56.46 54.96 89.29 -
YUV 197.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 194 191 239 0.19 0.20 0 0.06 243.75 0.6 0.84
Hex C2 BF EF 13 14 0 6 F4 3C 54
Octal 302 277 357 23 24 0 6 364 74 124
Binary 11000010 10111111 11101111 10011 10100 0 110 11110100 111100 1010100

Color Harmonies of #C2BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFEF

Black with #C2BFEF

Text Example


Text Example

White with #C2BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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