Html Css Color HEX #C8BDFE Lavender Blue

📋 copy color: '#C8BDFE'

red 200 ◦ green 189 ◦ blue 254

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

Shades of Lavender Blue #C8BDFE

Tints of Lavender Blue #C8BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.39%

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

R = 31.1%
G = 29.39%
B = 39.5%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8BDFE (or 0xC8BDFE) is known color: Lavender Blue. HEX triplet: C8, BD and FE. RGB value is (200,189,254). Sum of RGB (Red+Green+Blue) = 200+189+254=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDFE is #374201. Grayscale: #C7C7C7. Windows color (decimal): -3621378 or 16694728. OLE color: 16694728.

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

Color convert

RGB 200 189 254 -
CMYK 0.21 0.26 0 0.00
HSL 250.15º 0.97% 0.87% -
HSV(B) 250.15º 0.26% 1% -
XYZ 59.91 55.83 101.38 -
YUV 199.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 200 189 254 0.21 0.26 0 0.00 250.15 0.97 0.87
Hex C8 BD FE 15 1A 0 0 FA 61 57
Octal 310 275 376 25 32 0 0 372 141 127
Binary 11001000 10111101 11111110 10101 11010 0 0 11111010 1100001 1010111

Color Harmonies of #C8BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDFE

Black with #C8BDFE

Text Example


Text Example

White with #C8BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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