Html Css Color HEX #C8BCFC Lavender Blue

📋 copy color: '#C8BCFC'

red 200 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #C8BCFC

Tints of Lavender Blue #C8BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.38%

 BLUE value IS 252 (98.83% from 255) = 39.38%

R = 31.25%
G = 29.38%
B = 39.38%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8BCFC (or 0xC8BCFC) is known color: Lavender Blue. HEX triplet: C8, BC and FC. RGB value is (200,188,252). Sum of RGB (Red+Green+Blue) = 200+188+252=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCFC is #374303. Grayscale: #C6C6C6. Windows color (decimal): -3621636 or 16563400. OLE color: 16563400.

HSL color Cylindrical-coordinate representation of color #C8BCFC: hue angle of 251.25º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BCFC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 188 252 -
CMYK 0.21 0.25 0 0.01
HSL 251.25º 0.91% 0.86% -
HSV(B) 251.25º 0.25% 0.99% -
XYZ 59.37 55.27 99.64 -
YUV 198.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 200 188 252 0.21 0.25 0 0.01 251.25 0.91 0.86
Hex C8 BC FC 15 19 0 1 FB 5B 56
Octal 310 274 374 25 31 0 1 373 133 126
Binary 11001000 10111100 11111100 10101 11001 0 1 11111011 1011011 1010110

Color Harmonies of #C8BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCFC

Black with #C8BCFC

Text Example


Text Example

White with #C8BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCFC; }

 p { color: rgb(200,188,252); }

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

background-color css

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

 a { background-color: rgb(200,188,252); }

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

border-color css

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

 span { border-color: rgb(200,188,252); }

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