Html Css Color HEX #C2B2FE Lavender Blue

📋 copy color: '#C2B2FE'

red 194 ◦ green 178 ◦ blue 254

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

Shades of Lavender Blue #C2B2FE

Tints of Lavender Blue #C2B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.43%

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 30.99%
G = 28.43%
B = 40.58%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2B2FE (or 0xC2B2FE) is known color: Lavender Blue. HEX triplet: C2, B2 and FE. RGB value is (194,178,254). Sum of RGB (Red+Green+Blue) = 194+178+254=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B2FE is #3D4D01. Grayscale: #BFBFBF. Windows color (decimal): -4017410 or 16691906. OLE color: 16691906.

HSL color Cylindrical-coordinate representation of color #C2B2FE: hue angle of 252.63º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B2FE is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 178 254 -
CMYK 0.24 0.30 0 0.00
HSL 252.63º 0.97% 0.85% -
HSV(B) 252.63º 0.3% 1% -
XYZ 56.06 50.47 100.55 -
YUV 191.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 194 178 254 0.24 0.30 0 0.00 252.63 0.97 0.85
Hex C2 B2 FE 18 1E 0 0 FD 61 55
Octal 302 262 376 30 36 0 0 375 141 125
Binary 11000010 10110010 11111110 11000 11110 0 0 11111101 1100001 1010101

Color Harmonies of #C2B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B2FE

Black with #C2B2FE

Text Example


Text Example

White with #C2B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B2FE; }

 p { color: rgb(194,178,254); }

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

background-color css

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

 a { background-color: rgb(194,178,254); }

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

border-color css

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

 span { border-color: rgb(194,178,254); }

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