Html Css Color HEX #BCDE7D Sulu

📋 copy color: '#BCDE7D'

red 188 ◦ green 222 ◦ blue 125

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

Shades of Sulu #BCDE7D

Tints of Sulu #BCDE7D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.5%

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

R = 35.14%
G = 41.5%
B = 23.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BCDE7D (or 0xBCDE7D) is known color: Sulu. HEX triplet: BC, DE and 7D. RGB value is (188,222,125). Sum of RGB (Red+Green+Blue) = 188+222+125=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE7D is #432182. Grayscale: #C9C9C9. Windows color (decimal): -4399491 or 8249020. OLE color: 8249020.

HSL color Cylindrical-coordinate representation of color #BCDE7D: hue angle of 81.03º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCDE7D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 125 -
CMYK 0.15 0 0.44 0.13
HSL 81.03º 0.6% 0.68% -
HSV(B) 81.03º 0.44% 0.87% -
XYZ 50.56 64.41 29.17 -
YUV 200.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 188 222 125 0.15 0 0.44 0.13 81.03 0.6 0.68
Hex BC DE 7D F 0 2C D 51 3C 44
Octal 274 336 175 17 0 54 15 121 74 104
Binary 10111100 11011110 1111101 1111 0 101100 1101 1010001 111100 1000100

Color Harmonies of #BCDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE7D

Black with #BCDE7D

Text Example


Text Example

White with #BCDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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