Html Css Color HEX #C2B8FE Lavender Blue

📋 copy color: '#C2B8FE'

red 194 ◦ green 184 ◦ blue 254

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

Shades of Lavender Blue #C2B8FE

Tints of Lavender Blue #C2B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.11%

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

R = 30.7%
G = 29.11%
B = 40.19%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2B8FE (or 0xC2B8FE) is known color: Lavender Blue. HEX triplet: C2, B8 and FE. RGB value is (194,184,254). Sum of RGB (Red+Green+Blue) = 194+184+254=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B8FE is #3D4701. Grayscale: #C2C2C2. Windows color (decimal): -4015874 or 16693442. OLE color: 16693442.

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

Color convert

RGB 194 184 254 -
CMYK 0.24 0.28 0 0.00
HSL 248.57º 0.97% 0.86% -
HSV(B) 248.57º 0.28% 1% -
XYZ 57.28 52.91 100.96 -
YUV 194.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 194 184 254 0.24 0.28 0 0.00 248.57 0.97 0.86
Hex C2 B8 FE 18 1C 0 0 F9 61 56
Octal 302 270 376 30 34 0 0 371 141 126
Binary 11000010 10111000 11111110 11000 11100 0 0 11111001 1100001 1010110

Color Harmonies of #C2B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B8FE

Black with #C2B8FE

Text Example


Text Example

White with #C2B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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