Html Css Color HEX #C8B8FC Lavender Blue

📋 copy color: '#C8B8FC'

red 200 ◦ green 184 ◦ blue 252

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

Shades of Lavender Blue #C8B8FC

Tints of Lavender Blue #C8B8FC

RGB

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

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

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

R = 31.45%
G = 28.93%
B = 39.62%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8B8FC (or 0xC8B8FC) is known color: Lavender Blue. HEX triplet: C8, B8 and FC. RGB value is (200,184,252). Sum of RGB (Red+Green+Blue) = 200+184+252=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8B8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B8FC is #374703. Grayscale: #C4C4C4. Windows color (decimal): -3622660 or 16562376. OLE color: 16562376.

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

Color convert

RGB 200 184 252 -
CMYK 0.21 0.27 0 0.01
HSL 254.12º 0.92% 0.85% -
HSV(B) 254.12º 0.27% 0.99% -
XYZ 58.53 53.59 99.35 -
YUV 196.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 200 184 252 0.21 0.27 0 0.01 254.12 0.92 0.85
Hex C8 B8 FC 15 1B 0 1 FE 5C 55
Octal 310 270 374 25 33 0 1 376 134 125
Binary 11001000 10111000 11111100 10101 11011 0 1 11111110 1011100 1010101

Color Harmonies of #C8B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B8FC

Black with #C8B8FC

Text Example


Text Example

White with #C8B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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