Html Css Color HEX #C2B8FF Lavender Blue

📋 copy color: '#C2B8FF'

red 194 ◦ green 184 ◦ blue 255

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

Shades of Lavender Blue #C2B8FF

Tints of Lavender Blue #C2B8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.28%

R = 30.65%
G = 29.07%
B = 40.28%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2B8FF (or 0xC2B8FF) is known color: Lavender Blue. HEX triplet: C2, B8 and FF. RGB value is (194,184,255). Sum of RGB (Red+Green+Blue) = 194+184+255=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B8FF is #3D4700. Grayscale: #C2C2C2. Windows color (decimal): -4015873 or 16758978. OLE color: 16758978.

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

Color convert

RGB 194 184 255 -
CMYK 0.24 0.28 0 0
HSL 248.45º 1% 0.86% -
HSV(B) 248.45º 0.28% 1% -
XYZ 57.44 52.97 101.8 -
YUV 195.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 194 184 255 0.24 0.28 0 0 248.45 1 0.86
Hex C2 B8 FF 18 1C 0 0 F8 64 56
Octal 302 270 377 30 34 0 0 370 144 126
Binary 11000010 10111000 11111111 11000 11100 0 0 11111000 1100100 1010110

Color Harmonies of #C2B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B8FF

Black with #C2B8FF

Text Example


Text Example

White with #C2B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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