Html Css Color HEX #C7BDCB Prelude

📋 copy color: '#C7BDCB'

red 199 ◦ green 189 ◦ blue 203

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

Shades of Prelude #C7BDCB

Tints of Prelude #C7BDCB

RGB

 RED value IS 199 (78.13% from 255) = 33.67%

 GREEN value IS 189 (74.22% from 255) = 31.98%

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 33.67%
G = 31.98%
B = 34.35%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C7BDCB (or 0xC7BDCB) is known color: Prelude. HEX triplet: C7, BD and CB. RGB value is (199,189,203). Sum of RGB (Red+Green+Blue) = 199+189+203=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDCB is #384234. Grayscale: #C1C1C1. Windows color (decimal): -3686965 or 13352391. OLE color: 13352391.

HSL color Cylindrical-coordinate representation of color #C7BDCB: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BDCB is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 189 203 -
CMYK 0.02 0.07 0 0.20
HSL 282.86º 0.12% 0.77% -
HSV(B) 282.86º 0.07% 0.8% -
XYZ 52.53 52.85 63.93 -
YUV 193.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 199 189 203 0.02 0.07 0 0.20 282.86 0.12 0.77
Hex C7 BD CB 2 7 0 14 11B C 4D
Octal 307 275 313 2 7 0 24 433 14 115
Binary 11000111 10111101 11001011 10 111 0 10100 100011011 1100 1001101

Color Harmonies of #C7BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDCB

Black with #C7BDCB

Text Example


Text Example

White with #C7BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDCB; }

 p { color: rgb(199,189,203); }

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

background-color css

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

 a { background-color: rgb(199,189,203); }

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

border-color css

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

 span { border-color: rgb(199,189,203); }

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