Html Css Color HEX #C7BBCA Prelude

📋 copy color: '#C7BBCA'

red 199 ◦ green 187 ◦ blue 202

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

Shades of Prelude #C7BBCA

Tints of Prelude #C7BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.8%

 BLUE value IS 202 (79.3% from 255) = 34.35%

R = 33.84%
G = 31.8%
B = 34.35%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C7BBCA (or 0xC7BBCA) is known color: Prelude. HEX triplet: C7, BB and CA. RGB value is (199,187,202). Sum of RGB (Red+Green+Blue) = 199+187+202=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBCA is #384435. Grayscale: #C0C0C0. Windows color (decimal): -3687478 or 13286343. OLE color: 13286343.

HSL color Cylindrical-coordinate representation of color #C7BBCA: hue angle of 288º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BBCA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 187 202 -
CMYK 0.01 0.07 0 0.21
HSL 288º 0.12% 0.76% -
HSV(B) 288º 0.07% 0.79% -
XYZ 51.98 51.95 63.16 -
YUV 192.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 199 187 202 0.01 0.07 0 0.21 288 0.12 0.76
Hex C7 BB CA 1 7 0 15 120 C 4C
Octal 307 273 312 1 7 0 25 440 14 114
Binary 11000111 10111011 11001010 1 111 0 10101 100100000 1100 1001100

Color Harmonies of #C7BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBCA

Black with #C7BBCA

Text Example


Text Example

White with #C7BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBCA; }

 p { color: rgb(199,187,202); }

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

background-color css

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

 a { background-color: rgb(199,187,202); }

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

border-color css

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

 span { border-color: rgb(199,187,202); }

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