Html Css Color HEX #BCE385 Sulu

📋 copy color: '#BCE385'

red 188 ◦ green 227 ◦ blue 133

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

Shades of Sulu #BCE385

Tints of Sulu #BCE385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.42%

 BLUE value IS 133 (52.34% from 255) = 24.27%

R = 34.31%
G = 41.42%
B = 24.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#BCE385 (or 0xBCE385) is known color: Sulu. HEX triplet: BC, E3 and 85. RGB value is (188,227,133). Sum of RGB (Red+Green+Blue) = 188+227+133=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE385 is #431C7A. Grayscale: #CCCCCC. Windows color (decimal): -4398203 or 8774588. OLE color: 8774588.

HSL color Cylindrical-coordinate representation of color #BCE385: hue angle of 84.89º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCE385 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 133 -
CMYK 0.17 0 0.41 0.11
HSL 84.89º 0.63% 0.71% -
HSV(B) 84.89º 0.41% 0.89% -
XYZ 52.44 67.32 32.42 -
YUV 204.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 188 227 133 0.17 0 0.41 0.11 84.89 0.63 0.71
Hex BC E3 85 11 0 29 B 55 3F 47
Octal 274 343 205 21 0 51 13 125 77 107
Binary 10111100 11100011 10000101 10001 0 101001 1011 1010101 111111 1000111

Color Harmonies of #BCE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE385

Black with #BCE385

Text Example


Text Example

White with #BCE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE385; }

 p { color: rgb(188,227,133); }

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

background-color css

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

 a { background-color: rgb(188,227,133); }

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

border-color css

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

 span { border-color: rgb(188,227,133); }

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