Html Css Color HEX #BCE98D Sulu

📋 copy color: '#BCE98D'

red 188 ◦ green 233 ◦ blue 141

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

Shades of Sulu #BCE98D

Tints of Sulu #BCE98D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.46%

 BLUE value IS 141 (55.47% from 255) = 25.09%

R = 33.45%
G = 41.46%
B = 25.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#BCE98D (or 0xBCE98D) is known color: Sulu. HEX triplet: BC, E9 and 8D. RGB value is (188,233,141). Sum of RGB (Red+Green+Blue) = 188+233+141=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE98D is #431672. Grayscale: #D1D1D1. Windows color (decimal): -4396659 or 9300412. OLE color: 9300412.

HSL color Cylindrical-coordinate representation of color #BCE98D: hue angle of 89.35º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCE98D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 141 -
CMYK 0.19 0 0.39 0.09
HSL 89.35º 0.68% 0.73% -
HSV(B) 89.35º 0.39% 0.91% -
XYZ 54.69 70.89 36 -
YUV 209.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 188 233 141 0.19 0 0.39 0.09 89.35 0.68 0.73
Hex BC E9 8D 13 0 27 9 59 44 49
Octal 274 351 215 23 0 47 11 131 104 111
Binary 10111100 11101001 10001101 10011 0 100111 1001 1011001 1000100 1001001

Color Harmonies of #BCE98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE98D

Black with #BCE98D

Text Example


Text Example

White with #BCE98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE98D; }

 p { color: rgb(188,233,141); }

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

background-color css

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

 a { background-color: rgb(188,233,141); }

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

border-color css

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

 span { border-color: rgb(188,233,141); }

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