Html Css Color HEX #C8BFFE Lavender Blue

📋 copy color: '#C8BFFE'

red 200 ◦ green 191 ◦ blue 254

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

Shades of Lavender Blue #C8BFFE

Tints of Lavender Blue #C8BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 29.61%

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

R = 31.01%
G = 29.61%
B = 39.38%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8BFFE (or 0xC8BFFE) is known color: Lavender Blue. HEX triplet: C8, BF and FE. RGB value is (200,191,254). Sum of RGB (Red+Green+Blue) = 200+191+254=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFFE is #374001. Grayscale: #C8C8C8. Windows color (decimal): -3620866 or 16695240. OLE color: 16695240.

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

Color convert

RGB 200 191 254 -
CMYK 0.21 0.25 0 0.00
HSL 248.57º 0.97% 0.87% -
HSV(B) 248.57º 0.25% 1% -
XYZ 60.34 56.7 101.53 -
YUV 200.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 200 191 254 0.21 0.25 0 0.00 248.57 0.97 0.87
Hex C8 BF FE 15 19 0 0 F9 61 57
Octal 310 277 376 25 31 0 0 371 141 127
Binary 11001000 10111111 11111110 10101 11001 0 0 11111001 1100001 1010111

Color Harmonies of #C8BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BFFE

Black with #C8BFFE

Text Example


Text Example

White with #C8BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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