Html Css Color HEX #C0BAFF Lavender Blue

📋 copy color: '#C0BAFF'

red 192 ◦ green 186 ◦ blue 255

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

Shades of Lavender Blue #C0BAFF

Tints of Lavender Blue #C0BAFF

RGB

 RED value IS 192 (75.39% from 255) = 30.33%

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

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

R = 30.33%
G = 29.38%
B = 40.28%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0BAFF (or 0xC0BAFF) is known color: Lavender Blue. HEX triplet: C0, BA and FF. RGB value is (192,186,255). Sum of RGB (Red+Green+Blue) = 192+186+255=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAFF is #3F4500. Grayscale: #C3C3C3. Windows color (decimal): -4146433 or 16759488. OLE color: 16759488.

HSL color Cylindrical-coordinate representation of color #C0BAFF: hue angle of 245.22º 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 #C0BAFF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 186 255 -
CMYK 0.25 0.27 0 0
HSL 245.22º 1% 0.86% -
HSV(B) 245.22º 0.27% 1% -
XYZ 57.35 53.54 101.92 -
YUV 195.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 192 186 255 0.25 0.27 0 0 245.22 1 0.86
Hex C0 BA FF 19 1B 0 0 F5 64 56
Octal 300 272 377 31 33 0 0 365 144 126
Binary 11000000 10111010 11111111 11001 11011 0 0 11110101 1100100 1010110

Color Harmonies of #C0BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAFF

Black with #C0BAFF

Text Example


Text Example

White with #C0BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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