Html Css Color HEX #BCE27D Sulu

📋 copy color: '#BCE27D'

red 188 ◦ green 226 ◦ blue 125

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

Shades of Sulu #BCE27D

Tints of Sulu #BCE27D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.93%

 BLUE value IS 125 (49.22% from 255) = 23.19%

R = 34.88%
G = 41.93%
B = 23.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#BCE27D (or 0xBCE27D) is known color: Sulu. HEX triplet: BC, E2 and 7D. RGB value is (188,226,125). Sum of RGB (Red+Green+Blue) = 188+226+125=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE27D is #431D82. Grayscale: #CBCBCB. Windows color (decimal): -4398467 or 8250044. OLE color: 8250044.

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

Color convert

RGB 188 226 125 -
CMYK 0.17 0 0.45 0.11
HSL 82.57º 0.64% 0.69% -
HSV(B) 82.57º 0.45% 0.89% -
XYZ 51.64 66.56 29.53 -
YUV 203.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 188 226 125 0.17 0 0.45 0.11 82.57 0.64 0.69
Hex BC E2 7D 11 0 2D B 53 40 45
Octal 274 342 175 21 0 55 13 123 100 105
Binary 10111100 11100010 1111101 10001 0 101101 1011 1010011 1000000 1000101

Color Harmonies of #BCE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE27D

Black with #BCE27D

Text Example


Text Example

White with #BCE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE27D; }

 p { color: rgb(188,226,125); }

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

background-color css

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

 a { background-color: rgb(188,226,125); }

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

border-color css

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

 span { border-color: rgb(188,226,125); }

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