Html Css Color HEX #BCCE98 Sprout

📋 copy color: '#BCCE98'

red 188 ◦ green 206 ◦ blue 152

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

Shades of Sprout #BCCE98

Tints of Sprout #BCCE98

RGB

 RED value IS 188 (73.83% from 255) = 34.43%

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

 BLUE value IS 152 (59.77% from 255) = 27.84%

R = 34.43%
G = 37.73%
B = 27.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#BCCE98 (or 0xBCCE98) is known color: Sprout. HEX triplet: BC, CE and 98. RGB value is (188,206,152). Sum of RGB (Red+Green+Blue) = 188+206+152=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE98 is #433167. Grayscale: #C2C2C2. Windows color (decimal): -4403560 or 10014396. OLE color: 10014396.

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

Color convert

RGB 188 206 152 -
CMYK 0.09 0 0.26 0.19
HSL 80º 0.36% 0.7% -
HSV(B) 80º 0.26% 0.81% -
XYZ 48.48 57.1 38.17 -
YUV 194.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 188 206 152 0.09 0 0.26 0.19 80 0.36 0.7
Hex BC CE 98 9 0 1A 13 50 24 46
Octal 274 316 230 11 0 32 23 120 44 106
Binary 10111100 11001110 10011000 1001 0 11010 10011 1010000 100100 1000110

Color Harmonies of #BCCE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE98

Black with #BCCE98

Text Example


Text Example

White with #BCCE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE98; }

 p { color: rgb(188,206,152); }

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

background-color css

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

 a { background-color: rgb(188,206,152); }

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

border-color css

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

 span { border-color: rgb(188,206,152); }

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