Html Css Color HEX #C8B9FE Lavender Blue

📋 copy color: '#C8B9FE'

red 200 ◦ green 185 ◦ blue 254

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

Shades of Lavender Blue #C8B9FE

Tints of Lavender Blue #C8B9FE

RGB

 RED value IS 200 (78.52% from 255) = 31.3%

 GREEN value IS 185 (72.66% from 255) = 28.95%

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

R = 31.3%
G = 28.95%
B = 39.75%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8B9FE (or 0xC8B9FE) is known color: Lavender Blue. HEX triplet: C8, B9 and FE. RGB value is (200,185,254). Sum of RGB (Red+Green+Blue) = 200+185+254=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B9FE is #374601. Grayscale: #C5C5C5. Windows color (decimal): -3622402 or 16693704. OLE color: 16693704.

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

Color convert

RGB 200 185 254 -
CMYK 0.21 0.27 0 0.00
HSL 253.04º 0.97% 0.86% -
HSV(B) 253.04º 0.27% 1% -
XYZ 59.06 54.13 101.1 -
YUV 197.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 200 185 254 0.21 0.27 0 0.00 253.04 0.97 0.86
Hex C8 B9 FE 15 1B 0 0 FD 61 56
Octal 310 271 376 25 33 0 0 375 141 126
Binary 11001000 10111001 11111110 10101 11011 0 0 11111101 1100001 1010110

Color Harmonies of #C8B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B9FE

Black with #C8B9FE

Text Example


Text Example

White with #C8B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B9FE; }

 p { color: rgb(200,185,254); }

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

background-color css

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

 a { background-color: rgb(200,185,254); }

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

border-color css

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

 span { border-color: rgb(200,185,254); }

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