Html Css Color HEX #C8BAFF Lavender Blue

📋 copy color: '#C8BAFF'

red 200 ◦ green 186 ◦ blue 255

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

Shades of Lavender Blue #C8BAFF

Tints of Lavender Blue #C8BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.02%

 BLUE value IS 255 (100% from 255) = 39.78%

R = 31.2%
G = 29.02%
B = 39.78%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8BAFF (or 0xC8BAFF) is known color: Lavender Blue. HEX triplet: C8, BA and FF. RGB value is (200,186,255). Sum of RGB (Red+Green+Blue) = 200+186+255=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAFF is #374500. Grayscale: #C5C5C5. Windows color (decimal): -3622145 or 16759496. OLE color: 16759496.

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

Color convert

RGB 200 186 255 -
CMYK 0.22 0.27 0 0
HSL 252.17º 1% 0.86% -
HSV(B) 252.17º 0.27% 1% -
XYZ 59.43 54.62 102.02 -
YUV 198.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 200 186 255 0.22 0.27 0 0 252.17 1 0.86
Hex C8 BA FF 16 1B 0 0 FC 64 56
Octal 310 272 377 26 33 0 0 374 144 126
Binary 11001000 10111010 11111111 10110 11011 0 0 11111100 1100100 1010110

Color Harmonies of #C8BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAFF

Black with #C8BAFF

Text Example


Text Example

White with #C8BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAFF; }

 p { color: rgb(200,186,255); }

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

background-color css

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

 a { background-color: rgb(200,186,255); }

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

border-color css

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

 span { border-color: rgb(200,186,255); }

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