Html Css Color HEX #BCDF7E Sulu

📋 copy color: '#BCDF7E'

red 188 ◦ green 223 ◦ blue 126

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

Shades of Sulu #BCDF7E

Tints of Sulu #BCDF7E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.53%

 BLUE value IS 126 (49.61% from 255) = 23.46%

R = 35.01%
G = 41.53%
B = 23.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BCDF7E (or 0xBCDF7E) is known color: Sulu. HEX triplet: BC, DF and 7E. RGB value is (188,223,126). Sum of RGB (Red+Green+Blue) = 188+223+126=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF7E is #432081. Grayscale: #C9C9C9. Windows color (decimal): -4399234 or 8314812. OLE color: 8314812.

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

Color convert

RGB 188 223 126 -
CMYK 0.16 0 0.43 0.13
HSL 81.65º 0.6% 0.68% -
HSV(B) 81.65º 0.43% 0.87% -
XYZ 50.89 64.97 29.6 -
YUV 201.48 85.4 118.39 -
System Red Green Blue C M Y K H S L
Decimal 188 223 126 0.16 0 0.43 0.13 81.65 0.6 0.68
Hex BC DF 7E 10 0 2B D 52 3C 44
Octal 274 337 176 20 0 53 15 122 74 104
Binary 10111100 11011111 1111110 10000 0 101011 1101 1010010 111100 1000100

Color Harmonies of #BCDF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF7E

Black with #BCDF7E

Text Example


Text Example

White with #BCDF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF7E; }

 p { color: rgb(188,223,126); }

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

background-color css

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

 a { background-color: rgb(188,223,126); }

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

border-color css

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

 span { border-color: rgb(188,223,126); }

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