Html Css Color HEX #BCFD6D Sulu

📋 copy color: '#BCFD6D'

red 188 ◦ green 253 ◦ blue 109

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

Shades of Sulu #BCFD6D

Tints of Sulu #BCFD6D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

 BLUE value IS 109 (42.97% from 255) = 19.82%

R = 34.18%
G = 46%
B = 19.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#BCFD6D (or 0xBCFD6D) is known color: Sulu. HEX triplet: BC, FD and 6D. RGB value is (188,253,109). Sum of RGB (Red+Green+Blue) = 188+253+109=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD6D is #430292. Grayscale: #D9D9D9. Windows color (decimal): -4391571 or 7208380. OLE color: 7208380.

HSL color Cylindrical-coordinate representation of color #BCFD6D: hue angle of 87.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCFD6D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 109 -
CMYK 0.26 0 0.57 0.01
HSL 87.08º 0.97% 0.71% -
HSV(B) 87.08º 0.57% 0.99% -
XYZ 58.62 82.05 27.21 -
YUV 217.15 66.97 107.21 -
System Red Green Blue C M Y K H S L
Decimal 188 253 109 0.26 0 0.57 0.01 87.08 0.97 0.71
Hex BC FD 6D 1A 0 39 1 57 61 47
Octal 274 375 155 32 0 71 1 127 141 107
Binary 10111100 11111101 1101101 11010 0 111001 1 1010111 1100001 1000111

Color Harmonies of #BCFD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD6D

Black with #BCFD6D

Text Example


Text Example

White with #BCFD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD6D; }

 p { color: rgb(188,253,109); }

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

background-color css

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

 a { background-color: rgb(188,253,109); }

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

border-color css

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

 span { border-color: rgb(188,253,109); }

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