Html Css Color HEX #C4CEBB Pumice

📋 copy color: '#C4CEBB'

red 196 ◦ green 206 ◦ blue 187

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

Shades of Pumice #C4CEBB

Tints of Pumice #C4CEBB

RGB

 RED value IS 196 (76.95% from 255) = 33.28%

 GREEN value IS 206 (80.86% from 255) = 34.97%

 BLUE value IS 187 (73.44% from 255) = 31.75%

R = 33.28%
G = 34.97%
B = 31.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#C4CEBB (or 0xC4CEBB) is known color: Pumice. HEX triplet: C4, CE and BB. RGB value is (196,206,187). Sum of RGB (Red+Green+Blue) = 196+206+187=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEBB is #3B3144. Grayscale: #C8C8C8. Windows color (decimal): -3879237 or 12308164. OLE color: 12308164.

HSL color Cylindrical-coordinate representation of color #C4CEBB: hue angle of 91.58º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4CEBB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 187 -
CMYK 0.05 0 0.09 0.19
HSL 91.58º 0.16% 0.77% -
HSV(B) 91.58º 0.09% 0.81% -
XYZ 53.81 59.47 55.66 -
YUV 200.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 196 206 187 0.05 0 0.09 0.19 91.58 0.16 0.77
Hex C4 CE BB 5 0 9 13 5C 10 4D
Octal 304 316 273 5 0 11 23 134 20 115
Binary 11000100 11001110 10111011 101 0 1001 10011 1011100 10000 1001101

Color Harmonies of #C4CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CEBB

Black with #C4CEBB

Text Example


Text Example

White with #C4CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CEBB; }

 p { color: rgb(196,206,187); }

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

background-color css

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

 a { background-color: rgb(196,206,187); }

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

border-color css

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

 span { border-color: rgb(196,206,187); }

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