Html Css Color HEX #BCFD7E Sulu

📋 copy color: '#BCFD7E'

red 188 ◦ green 253 ◦ blue 126

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

Shades of Sulu #BCFD7E

Tints of Sulu #BCFD7E

RGB

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

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

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

R = 33.16%
G = 44.62%
B = 22.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#BCFD7E (or 0xBCFD7E) is known color: Sulu. HEX triplet: BC, FD and 7E. RGB value is (188,253,126). Sum of RGB (Red+Green+Blue) = 188+253+126=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD7E is #430281. Grayscale: #DBDBDB. Windows color (decimal): -4391554 or 8322492. OLE color: 8322492.

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

Color convert

RGB 188 253 126 -
CMYK 0.26 0 0.50 0.01
HSL 90.71º 0.97% 0.74% -
HSV(B) 90.71º 0.5% 0.99% -
XYZ 59.63 82.45 32.51 -
YUV 219.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 188 253 126 0.26 0 0.50 0.01 90.71 0.97 0.74
Hex BC FD 7E 1A 0 32 1 5B 61 4A
Octal 274 375 176 32 0 62 1 133 141 112
Binary 10111100 11111101 1111110 11010 0 110010 1 1011011 1100001 1001010

Color Harmonies of #BCFD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD7E

Black with #BCFD7E

Text Example


Text Example

White with #BCFD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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