Html Css Color HEX #C0BFF3 Lavender Blue

📋 copy color: '#C0BFF3'

red 192 ◦ green 191 ◦ blue 243

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

Shades of Lavender Blue #C0BFF3

Tints of Lavender Blue #C0BFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.82%

R = 30.67%
G = 30.51%
B = 38.82%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0BFF3 (or 0xC0BFF3) is known color: Lavender Blue. HEX triplet: C0, BF and F3. RGB value is (192,191,243). Sum of RGB (Red+Green+Blue) = 192+191+243=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFF3 is #3F400C. Grayscale: #C5C5C5. Windows color (decimal): -4145165 or 15974336. OLE color: 15974336.

HSL color Cylindrical-coordinate representation of color #C0BFF3: hue angle of 241.15º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BFF3 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 191 243 -
CMYK 0.21 0.21 0 0.05
HSL 241.15º 0.68% 0.85% -
HSV(B) 241.15º 0.21% 0.95% -
XYZ 56.55 54.94 92.42 -
YUV 197.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 192 191 243 0.21 0.21 0 0.05 241.15 0.68 0.85
Hex C0 BF F3 15 15 0 5 F1 44 55
Octal 300 277 363 25 25 0 5 361 104 125
Binary 11000000 10111111 11110011 10101 10101 0 101 11110001 1000100 1010101

Color Harmonies of #C0BFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BFF3

Black with #C0BFF3

Text Example


Text Example

White with #C0BFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BFF3; }

 p { color: rgb(192,191,243); }

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

background-color css

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

 a { background-color: rgb(192,191,243); }

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

border-color css

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

 span { border-color: rgb(192,191,243); }

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